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.
These macros will format and print their parameters on the debugger.
NOTE(pFormat);NOTEx(pFormat,[a-e]);
Parameters
- pFormat
A printf -style format string, which must be in quotation marks. - a through e
Optional parameters, each of which must have a respective format string portion (such as "%d").
Remarks
These macros are ignored unless DEBUG is defined when the DirectShow headers are included.
The following example shows the syntax for the NOTE1 through NOTE5 macros.
NOTE1(pFormat, a);
NOTE2(pFormat, a, b);
NOTE3(pFormat, a, b, c);
NOTE4(pFormat, a, b, c, d);
NOTE5(pFormat, a, b, c, d, e);
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
Pocket PC: Windows Mobile 5.0 and later
Smartphone: Windows Mobile 5.0 and later
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:
See Also
Send Feedback on this topic to the authors