Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 895 Bytes

File metadata and controls

38 lines (31 loc) · 895 Bytes
title push_macro | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc-pragma.push_macro
push_macro_CPP
dev_langs
C++
helpviewer_keywords
pragmas, push_macro
push_macro pragma
ms.assetid ac89efc9-afd1-4dfe-bfd1-497229b3e81d
caps.latest.revision 8
author corob-msft
ms.author corob
manager ghogen

push_macro

Saves the value of the macro_name macro on the top of the stack for this macro.

Syntax

  
#pragma push_macro("  
macro_name  
")  
  

Remarks

You can retrieve the value for macro_name with pop_macro.

See pop_macro for a sample.

See Also

Pragma Directives and the __Pragma Keyword