Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Generates a debug-only string.
NAME( strLiteral );
Parameters
Remarks
This macro is helpful for generating the debug name passed to many Microsoft DirectShow class constructors. (For more information about using that aspect of debugging, see Object Register Debugging.) For example:
x = new CVideoRenderer(NAME("Sample Video Renderer"),pUnk,phr);
The NAMEmacro generates NULL unless DEBUGis defined when the Microsoft DirectShow headers are included.