The ptrsize Import Attribute

Syntax

Within a #import directive, this attribute is

ptrsize ( number )

The number is interpreted in decimal notation, or as hexadecimal if it begins with 0x. Only the low 32 bits are significant. Acceptable values are 4 and 8 (bytes) and 32 and 64 (bits). Anything else is a fatal error (C1903).