API Guide
601355 Rev A API Functions 2-367
Functions
97 {
98 printf(“Timeout value
reached\n” );
99 done = VSE_TRUE;
100 }
101 }
102
103 /* destroy the notify handle */
104 VS_Notify_Destroy ( h );
105 }
106 else
107 {
108 rc = VSE_FALSE;
109 }
110
111 return ( rc );
112}
Notes Client dispatch function must be prototypes as follows:
void NotifyClientDispatch (VST_NOTIFY_HANDLE handle)
RPC information (protocol, program, procedure, and version)
must be set to match the callback information for the
MediaClass group the user wants to monitor.
Note
If the argument list does not end with VSID_ENDFIELD,
unpredictable results occur.