BOOL stHandleRelease( HANDLE Handle );
The handle to be released.
TRUE on success or FALSE on failure. Use the stGetLastError function to obtain extended error information.
This function releases a handle previously allocated by the stHandleAlloc function.
This function is utilized internally by SpaceShadow products and should not be used by the user. It may change in future releases.
| Version: | 1.0 |
|---|---|
| Header file: | ST_Handle.h (include ST_API.h) |
| See also: | BOOL, FALSE, HANDLE, handle management, stHandleAlloc, stGetLastError, TRUE |