Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |