2.3.4.2.1.1 PROJECTSYSKIND Record
Specifies the platform for which the VBA project is created.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Id |
Size |
||||||||||||||||||||||||||||||
... |
SysKind |
||||||||||||||||||||||||||||||
... |
Id (2 bytes): An unsigned integer that specifies the identifier for this record. MUST be 0x0001.
Size (4 bytes): An unsigned integer that specifies the size of SysKind. MUST be 0x00000004.
SysKind (4 bytes): An unsigned integer that specifies the platform for which the VBA project is created. MUST have one of the following values:
-
-
Value
Meaning
0x00000000
For 16-bit Windows Platforms.
0x00000001
For 32-bit Windows Platforms.
0x00000002
For Macintosh Platforms.
0x00000003
For 64-bit Windows Platforms.
-