NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

push_macro

#pragma push_macro("macro_name")

Saves the value of the macro_name macro on the top of the stack. You can retrieve the value for macro_name with pop_macro.

See pop_macro for a sample.

See Also

Pragma Directives