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.
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 |