1 |
6.703727 |
RecordCreateOptionsEnum::adCreateStructDoc |
UInt32 |
2147483648 |
0x80000000 |
-2147483648 |
|
|
System.UInt32 |
adCreateStructDoc = 0x80000000,
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\um\adoint_Backcompat.h(521,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- REVERSE(If !defined(NTDDI_VERSION) || (NTDDI_VERSION < NTDDI_WIN8))
|
2 |
2.765146 |
RecordCreateOptionsEnum |
Enum |
|
|
|
|
|
|
enum RecordCreateOptionsEnum
{ adCreateCollection = 0x2000,
adCreateStructDoc = 0x80000000,
adCreateNonCollection = 0,
adOpenIfExists = 0x2000000,
adCreateOverwrite = 0x4000000,
adFailIfNotExists = -1
} RecordCreateOptionsEnum;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\um\adoint_Backcompat.h(519,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- REVERSE(If !defined(NTDDI_VERSION) || (NTDDI_VERSION < NTDDI_WIN8))
|