title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
push_macro | Microsoft Docs |
11/04/2016 |
|
article |
|
|
|
ac89efc9-afd1-4dfe-bfd1-497229b3e81d |
8 |
corob-msft |
corob |
ghogen |
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.