vceUnloadPromptRules

Releases resources associated with the specified prompt rules.

Prototype

DWORD vceUnloadPromptRules ( VCEPROMPTHD prompthandle)

Argument

Description

prompthandle

Handle of the prompt table returned by vceLoadPromptRules.


Return values

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.


Details

vceUnloadPromptRules releases resources associated with the prompt rules table that prompthandle specified. The handle is not valid after this call.

See also

vceLoadPromptRules

Example

Refer to vceBuildPromptList.