1 |
6.880398 |
CRED_TARGETNAME_ATTRIBUTE_BATCH_A |
String |
batch |
|
|
|
Narrow |
System.TypedString |
#define CRED_TARGETNAME_ATTRIBUTE_BATCH_A "batch"
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\wincred.h(329,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
|
2 |
6.019094 |
SECURITY_LOGON_TYPE::Batch |
Int32 |
4 |
0x00000004 |
4 |
|
|
System.Int32 |
Batch, // Started via a batch queue
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\ntlsa.h(142,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- Ifndef _NTLSA_IFS_
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
|
3 |
5.897484 |
BluetoothEventTriggeringMode::Batch |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
Batch = 1,
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\winrt\windows.devices.bluetooth.background.idl(198,0) |
|
4 |
5.897484 |
CRED_TARGETNAME_ATTRIBUTE_BATCH_W |
String |
batch |
|
|
|
Wide |
System.TypedString |
#define CRED_TARGETNAME_ATTRIBUTE_BATCH_W L"batch"
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\wincred.h(328,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
|
5 |
4.865176 |
CRED_TARGETNAME_ATTRIBUTE_BATCH |
String |
batch |
|
|
|
Wide |
System.TypedString |
#define CRED_TARGETNAME_ATTRIBUTE_BATCH CRED_TARGETNAME_ATTRIBUTE_BATCH_W
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\wincred.h(358,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
- Ifdef UNICODE
|
6 |
4.865176 |
CRED_TARGETNAME_ATTRIBUTE_BATCH |
String |
batch |
|
|
|
Narrow |
System.TypedString |
#define CRED_TARGETNAME_ATTRIBUTE_BATCH CRED_TARGETNAME_ATTRIBUTE_BATCH_A
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\wincred.h(374,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
- REVERSE(Ifdef UNICODE)
|
7 |
3.931656 |
__magnumdb__enum_msodebug_h_4::msodcGdiNoBatch |
Int32 |
8 |
0x00000008 |
8 |
|
|
System.Int32 |
msodcGdiNoBatch = 8, /* don't batch GDI calls */
msodcGdiNoBatch = 8, /* don't batch GDI calls */
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msodebug.h(157,0) |
|
8 |
3.475126 |
BluetoothEventTriggeringMode |
Enum |
|
|
|
|
|
|
enum BluetoothEventTriggeringMode
{
Serial = 0,
Batch = 1,
KeepLatest = 2
};
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\winrt\windows.devices.bluetooth.background.idl(195,0) |
|
9 |
2.780101 |
JET_paramBatchIOBufferMax |
Int32 |
22 |
0x00000016 |
22 |
|
|
System.Int32 |
#define JET_paramBatchIOBufferMax 22 // maximum batch I/O buffers in pages
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\esent.h(1868,0) |
- If !defined(_JET_INCLUDED)
|
10 |
2.780101 |
SUF_BATCHINF |
Int32 |
4 |
0x00000004 |
4 |
|
|
System.Int32 |
#define SUF_BATCHINF 0x00000004L // Setup using batch file (MSBATCH.INF).
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\RegStr.h(363,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
11 |
2.780101 |
BCPBATCH |
Int32 |
4 |
0x00000004 |
4 |
|
|
System.Int32 |
#define BCPBATCH 4 // Sets input batch size
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\odbcss.h(600,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
12 |
1.7201 |
SECURITY_LOGON_TYPE |
Enum |
|
|
|
|
|
|
typedef enum _SECURITY_LOGON_TYPE {
UndefinedLogonType = 0, // This is used to specify an undefied logon type
Interactive = 2, // Interactively logged on (locally or remotely)
Network, // Accessing system via network
Batch, // Started via a batch queue
Service, // Service started by service controller
Proxy, // Proxy logon
Unlock, // Unlock workstation
NetworkCleartext, // Network logon with cleartext credentials
NewCredentials, // Clone caller, new default credentials
RemoteInteractive, // Remote, yet interactive. Terminal server
CachedInteractive, // Try cached credentials without hitting the net.
CachedRemoteInteractive, // Same as RemoteInteractive, this is used internally for auditing purpose
CachedUnlock // Cached Unlock workstation
} SECURITY_LOGON_TYPE, *PSECURITY_LOGON_TYPE;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\ntlsa.h(138,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- Ifndef _NTLSA_IFS_
- If (_WIN32_WINNT >= 0x0501)
- If (_WIN32_WINNT >= 0x0502)
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
|
13 |
0.982914 |
__magnumdb__enum_msodebug_h_4 |
Enum |
|
|
|
|
|
|
enum
{
msodcAsserts = 0, /* asserts enabled */
msodcAsserts = 0, /* asserts enabled */
msodcPushAsserts = 1, /* push asserts enabled */
msodcPushAsserts = 1, /* push asserts enabled */
msodcMemoryFill = 2, /* memory fills enabled */
msodcMemoryFill = 2, /* memory fills enabled */
msodcMemoryFillCheck = 3, /* check memory fills */
msodcMemoryFillCheck = 3, /* check memory fills */
msodcTrace = 4, /* trace output */
msodcTrace = 4, /* trace output */
msodcHeap = 5, /* heap checking */
msodcHeap = 5, /* heap checking */
msodcMemLeakCheck = 6,
msodcMemTrace = 7, /* memory allocation trace */
msodcMemTrace = 7, /* memory allocation trace */
msodcGdiNoBatch = 8, /* don't batch GDI calls */
msodcGdiNoBatch = 8, /* don't batch GDI calls */
msodcShakeMem = 9, /* shake memory on allocations */
msodcShakeMem = 9, /* shake memory on allocations */
msodcReports = 10, /* report output enabled */
msodcReports = 10, /* report output enabled */
msodcMsgTrace = 11, /* WLM message trace - MAC only */
msodcMsgTrace = 11, /* WLM message trace - MAC only */
msodcWlmValidate = 12, /* WLM parameter validation - MAC only */
msodcWlmValidate = 12, /* WLM parameter validation - MAC only */
msodcGdiNoExcep = 13, /* Don't call GetObjectType for debug */
msodcGdiNoExcep = 13, /* Don't call GetObjectType for debug */
msodcDisplaySlowTests = 14, /* Do slow (O(n^2) and worse) Drawing debug checks */
msodcDisplaySlowTests = 14, /* Do slow (O(n^2) and worse) Drawing debug checks */
msodcDisplayAbortOften = 15, /* Check for aborting redraw really often. */
msodcDisplayAbortOften = 15, /* Check for aborting redraw really often. */
msodcDisplayAbortNever = 16, /* Don't abort redraw */
msodcDisplayAbortNever = 16, /* Don't abort redraw */
msodcPurgedMaxSmall = 17,
msodcMarkMemLeakCheck = 18,
msodcSpare19 = 19, /* USE ME */
msodcSpare19 = 19, /* USE ME */
msodcSpare20 = 20, /* USE ME */
msodcSpare20 = 20, /* USE ME */
msodcSpare21 = 21, /* USE ME */
msodcSpare21 = 21, /* USE ME */
msodcSpare22 = 22, /* USE ME */
msodcSpare22 = 22, /* USE ME */
msodcMax = 23,
};
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msodebug.h(147,0) |
|