Home
last modified time | relevance | path

Searched refs:ReturnedSize (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/ndk/
H A Dumfuncs.h189 _Out_writes_bytes_to_(Size, *ReturnedSize) PRTL_PROCESS_MODULES ModuleInformation,
191 _Out_opt_ PULONG ReturnedSize
/reactos/dll/ntdll/ldr/
H A Dldrapi.c950 _Out_writes_bytes_to_(Size, *ReturnedSize) PRTL_PROCESS_MODULES ModuleInformation, in LdrQueryProcessModuleInformationEx()
952 _Out_opt_ PULONG ReturnedSize) in LdrQueryProcessModuleInformationEx() argument
1055 if (ReturnedSize) in LdrQueryProcessModuleInformationEx()
1056 *ReturnedSize = UsedSize; in LdrQueryProcessModuleInformationEx()
1077 _Out_writes_bytes_to_(Size, *ReturnedSize) PRTL_PROCESS_MODULES ModuleInformation, in LdrQueryProcessModuleInformation()
1079 _Out_opt_ PULONG ReturnedSize) in LdrQueryProcessModuleInformation() argument
1082 return LdrQueryProcessModuleInformationEx(0, 0, ModuleInformation, Size, ReturnedSize); in LdrQueryProcessModuleInformation()
/reactos/sdk/lib/rtl/
H A Ddbgbuffer.c128 OUT PULONG ReturnedSize) in RtlpQueryRemoteProcessModules() argument
277 if (ReturnedSize != 0) in RtlpQueryRemoteProcessModules()
278 *ReturnedSize = UsedSize; in RtlpQueryRemoteProcessModules()
/reactos/modules/rostests/apitests/ntdll/
H A DRtlUnicodeToOemN.c18 ULONG ReturnedSize; member
222 ok_long(ResultSize, TestData[i].Test[j].ReturnedSize); in START_TEST()
/reactos/dll/win32/kernel32/client/
H A Dsysinfo.c89 ULONG Result = 0, ReturnedSize; in BaseQuerySystemFirmware() local
106 …tQuerySystemInformation(SystemFirmwareTableInformation, SysFirmwareInfo, TotalSize, &ReturnedSize); in BaseQuerySystemFirmware()
/reactos/modules/rostests/apitests/kernel32/
H A DSystemFirmware.c31 ULONG Result = 0, ReturnedSize; in CallNt() local
48 …tQuerySystemInformation(SystemFirmwareTableInformation, SysFirmwareInfo, TotalSize, &ReturnedSize); in CallNt()