Home
last modified time | relevance | path

Searched refs:InfoLength (Results 1 – 15 of 15) sorted by relevance

/reactos/modules/rostests/apitests/ntdll/
H A DNtQueryKey.c22 ULONG InfoLength; in Test_KeyFullInformation() local
42 InfoLength = 0x55555555; in Test_KeyFullInformation()
48 InfoLength = 0x55555555; in Test_KeyFullInformation()
65 InfoLength = 0x55555555; in Test_KeyFullInformation()
80 InfoLength = 0x55555555; in Test_KeyFullInformation()
104 InfoLength = 0x55555555; in Test_KeyFullInformation()
110 InfoLength = 0x55555555; in Test_KeyFullInformation()
127 InfoLength = 0x55555555; in Test_KeyFullInformation()
196 ULONG InfoLength; in Test_KeyNameInformation() local
210 InfoLength = 0; in Test_KeyNameInformation()
[all …]
H A DNtQueryValueKey.c20 ULONG InfoLength; in START_TEST() local
55 InfoLength = ResultLength; in START_TEST()
58 InfoLength + 4); in START_TEST()
61 skip("Could not alloc %lu bytes\n", InfoLength); in START_TEST()
70 InfoLength, in START_TEST()
73 ok_int(ResultLength, InfoLength); in START_TEST()
76 StringLength = InfoLength - FIELD_OFFSET(KEY_VALUE_PARTIAL_INFORMATION_ALIGN64, Data); in START_TEST()
98 InfoLength, in START_TEST()
101 ok_int(ResultLength, InfoLength); in START_TEST()
H A Dprobelib.c16 _In_ ULONG InfoLength, in QuerySetProcessValidator() argument
103 InfoLength, in QuerySetProcessValidator()
196 InfoLength); in QuerySetProcessValidator()
214 _In_ ULONG InfoLength, in QuerySetThreadValidator() argument
261 InfoLength, in QuerySetThreadValidator()
331 InfoLength); in QuerySetThreadValidator()
H A Dprecomp.h27 _In_ ULONG InfoLength,
35 _In_ ULONG InfoLength,
/reactos/drivers/network/dd/dc21x4/
H A Drequests.c218 ULONG InfoLength; in DcQueryInformation() local
230 InfoLength = sizeof(ULONG); in DcQueryInformation()
257 InfoLength = sizeof(NDIS_MEDIUM); in DcQueryInformation()
319 InfoLength = sizeof(VendorDesc); in DcQueryInformation()
330 InfoLength = sizeof(USHORT); in DcQueryInformation()
352 InfoLength = ETH_LENGTH_OF_ADDRESS; in DcQueryInformation()
357 InfoLength = ETH_LENGTH_OF_ADDRESS; in DcQueryInformation()
415 *BytesNeeded = InfoLength; in DcQueryInformation()
422 *BytesWritten = InfoLength; in DcQueryInformation()
462 *BytesNeeded = InfoLength; in DcQueryInformation()
[all …]
/reactos/drivers/network/dd/nvnet/
H A Drequests.c763 ULONG InfoLength; in NvNetGetTcpTaskOffload() local
788 *BytesNeeded = InfoLength; in NvNetGetTcpTaskOffload()
856 *BytesWritten = InfoLength; in NvNetGetTcpTaskOffload()
983 ULONG InfoLength; in MiniportQueryInformation() local
995 InfoLength = sizeof(ULONG); in MiniportQueryInformation()
1068 InfoLength = sizeof(USHORT); in MiniportQueryInformation()
1077 InfoLength = sizeof(VendorDesc); in MiniportQueryInformation()
1224 *BytesNeeded = InfoLength; in MiniportQueryInformation()
1228 *BytesWritten = InfoLength; in MiniportQueryInformation()
1261 *BytesNeeded = InfoLength; in MiniportQueryInformation()
[all …]
/reactos/drivers/filesystems/ext2/src/
H A Ddirctl.c90 ULONG InfoLength = 0; in Ext2ProcessEntry() local
106 if (InfoLength == 0) { in Ext2ProcessEntry()
112 if (InfoLength + NameLength > Length) { in Ext2ProcessEntry()
115 if (UsedLength || InfoLength > Length) { in Ext2ProcessEntry()
266 if (InfoLength + NameLength > Length) { in Ext2ProcessEntry()
267 NameLength = Length - InfoLength; in Ext2ProcessEntry()
285 *EntrySize = InfoLength + NameLength; in Ext2ProcessEntry()
321 NameLength = Length - InfoLength; in Ext2ProcessEntry()
334 *EntrySize = InfoLength + NameLength; in Ext2ProcessEntry()
346 NameLength = Length - InfoLength; in Ext2ProcessEntry()
[all …]
/reactos/modules/rostests/apitests/advapi32/
H A DHKEY_CLASSES_ROOT.c44 ULONG InfoLength; in GetKeyName() local
48 InfoLength = 0; in GetKeyName()
49 Status = NtQueryKey(hKey, KeyNameInformation, NULL, 0, &InfoLength); in GetKeyName()
53 NameInformation = RtlAllocateHeap(RtlGetProcessHeap(), 0, InfoLength); in GetKeyName()
56 Status = NtQueryKey(hKey, KeyNameInformation, NameInformation, InfoLength, &InfoLength); in GetKeyName()
/reactos/dll/win32/advapi32/reg/
H A Dhkcr.c40 ULONG InfoLength; in GetKeyName() local
44 InfoLength = 0; in GetKeyName()
45 Status = NtQueryKey(hKey, KeyNameInformation, NULL, 0, &InfoLength); in GetKeyName()
53 NameInformation = RtlAllocateHeap(RtlGetProcessHeap(), 0, InfoLength); in GetKeyName()
56 ERR("Failed to allocate %lu bytes\n", InfoLength); in GetKeyName()
60 Status = NtQueryKey(hKey, KeyNameInformation, NameInformation, InfoLength, &InfoLength); in GetKeyName()
/reactos/ntoskrnl/ob/
H A Doblife.c1576 ULONG InfoLength = 0; in NtQueryObject() local
1634 InfoLength = sizeof(OBJECT_BASIC_INFORMATION); in NtQueryObject()
1724 &InfoLength); in NtQueryObject()
1735 &InfoLength); in NtQueryObject()
1741 InfoLength = Length; in NtQueryObject()
1749 InfoLength = sizeof (OBJECT_HANDLE_ATTRIBUTE_INFORMATION); in NtQueryObject()
1773 InfoLength = Length; in NtQueryObject()
1782 *ResultLength = InfoLength; in NtQueryObject()
/reactos/sdk/lib/rtl/
H A Dregistry.c133 ULONG InfoLength; in RtlpCallQueryRegistryRoutine() local
145 InfoLength = *InfoSize; in RtlpCallQueryRegistryRoutine()
158 SpareLength = InfoLength; in RtlpCallQueryRegistryRoutine()
384 InfoLength, in RtlpCallQueryRegistryRoutine()
/reactos/sdk/include/psdk/
H A Dntsecapi.h605 ULONG InfoLength; member
623 ULONG InfoLength; member
H A Dhttp.h305 ULONG InfoLength; member
H A Dtwain.h422 TW_UINT32 InfoLength; /* Length of Information in bytes. */ member
/reactos/sdk/include/reactos/idl/
H A Dlsa.idl409 DWORD InfoLength;
410 [size_is(InfoLength)] BYTE *EfsBlob;