REMIND
Microsoft DirectShow 9.0 |
REMIND
The REMIND macro generates a reminder at compile time. This macro generates a string that includes the parameter string, the name of the source file, and the line number.
Syntax
REMIND( strLiteral );
Parameters
strLiteral
Text string.
Example
This macro is useful for generating compile-time warnings:
#pragma message (REMIND("TO DO: Add support for IDispatch."))
Requirements
** Header:** Declared in Wxdebug.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also