Searched refs:ReturnedSize (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/include/ndk/ |
H A D | umfuncs.h | 189 _Out_writes_bytes_to_(Size, *ReturnedSize) PRTL_PROCESS_MODULES ModuleInformation, 191 _Out_opt_ PULONG ReturnedSize
|
/reactos/dll/ntdll/ldr/ |
H A D | ldrapi.c | 950 _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 D | dbgbuffer.c | 128 OUT PULONG ReturnedSize) in RtlpQueryRemoteProcessModules() argument 277 if (ReturnedSize != 0) in RtlpQueryRemoteProcessModules() 278 *ReturnedSize = UsedSize; in RtlpQueryRemoteProcessModules()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | RtlUnicodeToOemN.c | 18 ULONG ReturnedSize; member 222 ok_long(ResultSize, TestData[i].Test[j].ReturnedSize); in START_TEST()
|
/reactos/dll/win32/kernel32/client/ |
H A D | sysinfo.c | 89 ULONG Result = 0, ReturnedSize; in BaseQuerySystemFirmware() local 106 …tQuerySystemInformation(SystemFirmwareTableInformation, SysFirmwareInfo, TotalSize, &ReturnedSize); in BaseQuerySystemFirmware()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | SystemFirmware.c | 31 ULONG Result = 0, ReturnedSize; in CallNt() local 48 …tQuerySystemInformation(SystemFirmwareTableInformation, SysFirmwareInfo, TotalSize, &ReturnedSize); in CallNt()
|