push_macro
Visual Studio .NET 2003
#pragma push_macro("macro_name")
Saves the value of the macro_name macro on the top of the stack for this macro. You can retrieve the value for macro_name with pop_macro.
See pop_macro for a sample.