Searched refs:wProcessorLevel (Results 1 – 9 of 9) sorted by relevance
/reactos/win32ss/printing/include/marshalling/ |
H A D | printers.h | 36 …R_INFO_STRESS, wProcessorLevel), RTL_FIELD_SIZE(PRINTER_INFO_STRESS, wProcessorLevel), RTL_FIELD_S…
|
/reactos/dll/win32/kernel32/client/ |
H A D | sysinfo.c | 39 SystemInfo->wProcessorLevel = ProcInfo->ProcessorLevel; in GetSystemInfoInternal() 74 SystemInfo->wProcessorLevel = 0; in GetSystemInfoInternal()
|
/reactos/win32ss/printing/include/ |
H A D | spoolss.h | 68 USHORT wProcessorLevel; member
|
/reactos/win32ss/printing/providers/localspl/ |
H A D | printers.c | 539 (*ppPrinterInfo)->wProcessorLevel = SystemInfo.wProcessorLevel; in _LocalGetPrinterLevel0()
|
/reactos/dll/win32/dbghelp/ |
H A D | minidump.c | 659 mdSysInfo.ProcessorLevel = sysInfo.wProcessorLevel; in dump_system_info()
|
/reactos/sdk/include/reactos/idl/ |
H A D | winspool.idl | 365 USHORT wProcessorLevel;
|
/reactos/dll/win32/msi/ |
H A D | package.c | 783 len = swprintf( bufstr, ARRAY_SIZE(bufstr), L"%d", sys_info.wProcessorLevel ); in set_installer_properties()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 1205 WORD wProcessorLevel; member
|
/reactos/modules/rostests/winetests/msi/ |
H A D | package.c | 5601 sprintf(buf, "%d", si.wProcessorLevel); in test_installprops() 5638 sprintf(buf, "%d", si.wProcessorLevel); in test_installprops()
|