Purpose
This function deletes the program object
that is identified by the handle provided.
Syntax
unsigned int CWB_ENTRY cwbRC_DeletePgm(
cwbRC_PgmHandle program);
Parameters
- cwbRC_PgmHandle program - input
- Handle that was returned by a previous call to the cwbRC_CreatePgm API.
It identifies the program object.
Return Codes
The following list shows common return
values.
- CWB_OK
- Successful completion.
- CWBRC_INVALID_PROGRAM
- Invalid program handle.