Releases resources associated with the specified prompt rules.
DWORD vceUnloadPromptRules ( VCEPROMPTHD prompthandle)
|
Argument |
Description |
|
prompthandle |
Handle of the prompt table returned by vceLoadPromptRules. |
|
Return value |
Description |
|
SUCCESS |
|
|
CTAERR_INVALID_CTAHD |
Context handle is invalid. |
|
CTAERR_INVALID_HANDLE |
prompthandle is not a valid handle to an open prompt rules table. |
|
CTAERR_SVR_COMM |
Server communication error. |
vceUnloadPromptRules releases resources associated with the prompt rules table that prompthandle specified. The handle is not valid after this call.
Refer to vceBuildPromptList.