Cicode Programming Reference > Cicode Function Categories > .Net Functions > DllClassIsValid

DllClassIsValid

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

See Also

.Net Functions

Published June 2018