DlWaitForSingleObject function (dispmprt.h)
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 |