DbgSetWaitTimeout (Compact 2013)

3/26/2014

This function updates the global current time-out value. This update does not apply to debug wait calls that are already waiting.

Syntax

void WINAPI DbgSetWaitTimeout(
  DWORD dwTimeout
);

Parameters

  • dwTimeout
    New time-out value in milliseconds, or INFINITE.

Remarks

DbgSetWaitTimeout is ignored unless DEBUG is defined when the DirectShow headers are included.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

Wait Debugging