Lines Matching refs:HANDLE
84 HANDLE hUserEvent; /* Platform's User Mode synch. object. */
85 HANDLE hKernelEvent; /* Platform's Kernel Mode sync. object. */
93 * Close this event handle, freeing resources allocated in SYNC_OpenEvent
96 * hEvent: Handle to a synchronization event, created/opened in
100 * DSP_EFAIL: Failed to close event handle.
101 * DSP_EHANDLE: Invalid handle.
114 * hCSObj: critical section handle.
117 * DSP_EHANDLE: Invalid handle.
128 * hCSObj: critical section handle.
131 * DSP_EHANDLE: Invalid handle.
169 * hCSObj: critical section handle.
183 * hCSObj: critical section handle.
197 * hCSObj: critical section handle.
200 * DSP_EHANDLE: Invalid handle.
212 * phEvent: Pointer to location to receive the event object handle.
235 * If function succeeded, pEvent->hEvent must be a valid event handle.
245 * hWindow: Handle to the window
250 * DSP_EHANDLE: Invalid Window handle
255 extern DSP_STATUS SYNC_PostMessage(IN HANDLE hWindow, IN UINT uMsg);
262 * hEvent: Handle to a sync event.
266 * DSP_EHANDLE: Invalid handle.
278 * hEvent: Handle to an event object.
282 * DSP_EHANDLE: Invalid handle.
294 * hEvent: Handle to an event object.
304 * DSP_EHANDLE: Invalid handle.