DbgOutString (Compact 2013)
3/26/2014
This function sends the given string to the debug output location.
Syntax
void WINAPI DbgOutString(
LPCTSTR psz
);
Parameters
- psz
Pointer to a string to be output.
Remarks
DbgOutString is ignored unless DEBUG is defined when the Microsoft DirectShow headers are included. That is, it is a function in a debug build, and a macro that does nothing in other builds.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |