mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
[PSDK] Add GetSystemFirmwareTable. CORE-16441
This commit is contained in:
parent
36873c4934
commit
e5a5f62909
1 changed files with 10 additions and 0 deletions
|
@ -2369,6 +2369,16 @@ VOID WINAPI GetStartupInfoW(LPSTARTUPINFOW);
|
|||
HANDLE WINAPI GetStdHandle(_In_ DWORD);
|
||||
UINT WINAPI GetSystemDirectoryA(LPSTR,UINT);
|
||||
UINT WINAPI GetSystemDirectoryW(LPWSTR,UINT);
|
||||
|
||||
WINBASEAPI
|
||||
UINT
|
||||
WINAPI
|
||||
GetSystemFirmwareTable(
|
||||
_In_ DWORD FirmwareTableProviderSignature,
|
||||
_In_ DWORD FirmwareTableID,
|
||||
_Out_writes_bytes_to_opt_(BufferSize,return) PVOID pFirmwareTableBuffer,
|
||||
_In_ DWORD BufferSize);
|
||||
|
||||
VOID WINAPI GetSystemInfo(LPSYSTEM_INFO);
|
||||
BOOL WINAPI GetSystemPowerStatus(_Out_ LPSYSTEM_POWER_STATUS);
|
||||
#if (_WIN32_WINNT >= 0x0502)
|
||||
|
|
Loading…
Reference in a new issue