BOOL stHandleCheck( HANDLE Handle );
The handle to be checked.
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 |