2.2.21 SYSKIND System Pointer Size Constants

SYSKIND is used in the syskind field of a TLIBATTR to specify the system pointer size value, as specified in section 2.2.45.

The system pointer size constants are defined in the SYSKIND enumeration.

 typedef [v1_enum] enum tagSYSKIND
 {
   SYS_WIN32 = 1,
   SYS_WIN64 = 3
 } SYSKIND;

SYS_WIN32:  MUST be set if the automation type library uses 32 bits for pointer-sized values.

SYS_WIN64:  MUST be set if the automation type library uses 64 bits for pointer-sized values.