| title | push_macro | ||
|---|---|---|---|
| ms.date | 11/04/2016 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | ac89efc9-afd1-4dfe-bfd1-497229b3e81d |
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 for a sample.