These macros create a copy of a DEVMODE or TEXTMETRIC structure and convert the strings within the new structure to a new string type. The macros allocate memory on the stack for the new structure and return a pointer to the new structure.
At a Glance
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
MACRONAME( address_of_structure )
See Also