Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Puts the current thread into a wait state until the given dispatch object is set to the signaled state, or (optionally) until the wait times out.
Syntax
VP_STATUS DlWaitForSingleObject(
PVOID DeviceHandle,
PVOID pEvent,
PLARGE_INTEGER Timeout
);
Parameters
DeviceHandle
pEvent
Timeout
Return value
This function returns VP_STATUS.
Requirements
| Requirement | Value |
|---|---|
| Header | dispmprt.h |