DllClassIsValid
- Last UpdatedJul 18, 2023
- 1 minute read
Use this function to validate the handle for the class returned from DllClassCreate.
This function is a blocking function. It blocks the calling Cicode task until the operation is complete.
Syntax
INT DllClassIsValid(OBJECT)
Return Value
1 if handle is valid or 0
Related Functions
DllClassCreate, DllClassDispose, DllClassCallMethod, DllClassSetProperty, DllClassGetProperty
Example
See DllClassCreate