API Guide
601355 Rev A API Functions 2-343
Functions
VS_Notify_
Destroy VS_Notify_Destroy deallocates a VolServ API notify
handle that was allocated with VS_Notify_Create.
Synopsis VST_BOOLEAN VS_Notify_Destroy
(VST_NOTIFY_HANDLE notifyhandle)
Arguments notifyhandle = The notify handle to be destroyed.
Return Values VS_Notify_Destroy returns:
VSE_TRUE - Successful execution.
VSE_FALSE - API failure - An appropriate error code is set
in VSG_Error.
VSE_ERR_BADHANDLE - Specified handle was not a
notify handle.
VSE_ERR_NULLHANDLE - Specified handle was a null
pointer.
Example 1 /****************************************
*********
2*
3 * FUNCTION: vst_notify
4*
5 * PURPOSE:
6 * This routine is used to test the notify
loop.
7*
8 * PARAMETERS:
9 * none
10 *
11 ****************************************
*********/
12 #ifdef ANSI_C