Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 1.96 KB

ne-oaidl-syskind.md

File metadata and controls

74 lines (60 loc) · 1.96 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:oaidl.tagSYSKIND
SYSKIND (oaidl.h)
Identifies the target operating system platform.
SYSKIND
SYSKIND enumeration [Automation]
SYS_MAC
SYS_WIN16
SYS_WIN32
SYS_WIN64
_oa96_SYSKIND
automat.syskind
oaidl/SYSKIND
oaidl/SYS_MAC
oaidl/SYS_WIN16
oaidl/SYS_WIN32
oaidl/SYS_WIN64
automat\syskind.htm
automat
662048b2-59a8-48ca-9e4f-2f9a5306faa1
12/05/2018
SYSKIND, SYSKIND enumeration [Automation], SYS_MAC, SYS_WIN16, SYS_WIN32, SYS_WIN64, _oa96_SYSKIND, automat.syskind, oaidl/SYSKIND, oaidl/SYS_MAC, oaidl/SYS_WIN16, oaidl/SYS_WIN32, oaidl/SYS_WIN64
oaidl.h
Windows
Windows
SYSKIND
19H1
tagSYSKIND
oaidl/tagSYSKIND
SYSKIND
oaidl/SYSKIND
c++
APIRef
kbSyntax
HeaderDef
OaIdl.h
SYSKIND

SYSKIND enumeration

-description

Identifies the target operating system platform.

-enum-fields

-field SYS_WIN16:0

The target operating system for the type library is 16-bit Windows. By default, data members are packed.

-field SYS_WIN32

The target operating system for the type library is 32-bit Windows. By default, data members are naturally aligned (for example, 2-byte integers are aligned on even-byte boundaries; 4-byte integers are aligned on quad-word boundaries, and so on).

-field SYS_MAC

The target operating system for the type library is Apple Macintosh. By default, all data members are aligned on even-byte boundaries.

-field SYS_WIN64

The target operating system for the type library is 64-bit Windows.