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.
In this article
Saves the value of the macro-name macro on the top of the stack for this macro.
#pragma push_macro("
macro-name")
You can retrieve the value for macro-name with pop_macro
.
See pop_macro
pragma for a sample.