DlWaitForSingleObject - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

VP_STATUS DlWaitForSingleObject(
  PVOID          DeviceHandle,
  PVOID          pEvent,
  PLARGE_INTEGER Timeout
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-dispmprt-dlwaitforsingleobject)

DlWaitForSingleObject function

Description

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.

Parameters

DeviceHandle

pEvent

Timeout

Return value

This function returns VP_STATUS.

Remarks

See also