Share via


DbgWaitForSingleObject (Compact 2013)

3/26/2014

In a debug build, this function waits for the current time-out, or the given handle to become signaled. In other builds, this is treated as a call to the Win32 WaitForSingleObject function, with an INFINITE time-out.

Syntax

DWORD WINAPI DbgWaitForSingleObject(
  HANDLE h
);

Parameters

  • h
    HANDLE value.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

Wait Debugging