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

The handle to be released.

Return value:

TRUE on success or FALSE on failure. Use the stGetLastError function to obtain extended error information.

Description:

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
SpaceShadow documentation