push_macro
Saves the value of the macro_name macro on the top of the stack for this macro.
#pragma push_macro("macro_name")
Remarks
You can retrieve the value for macro_name with pop_macro.
See pop_macro for a sample.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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.