Microsoft DirectX 9.0 |
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."))
See Also