stHandleCheck Function
Declaration:
BOOL stHandleCheck(
  HANDLE Handle
);
Parameters:
Handle

The handle to be checked.

Return value:

Returns TRUE if the specified handle is in use; otherwise, returns FALSE.

Description:

This function determines whether a handle is currently in use. This information is useful for testing and debugging purposes. The function is excluded from compilation by default. To enable it, set ST_HANDLE_CHECK_FUNC to 1.

Version:1.0
Header file:ST_Handle.h (include ST_API.h)
See also: BOOL, FALSE, HANDLE, handle management, ST_HANDLE_CHECK_FUNC, TRUE
SpaceShadow documentation