title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||
---|---|---|---|---|---|---|---|---|
push_macro pragma |
08/29/2019 |
|
|
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.