mirror of
https://github.com/rbmm/SC
synced 2026-06-08 17:03:41 +00:00
7 lines
232 B
C
7 lines
232 B
C
#pragma once
|
|
|
|
int CustomMessageBox(HWND hWnd, PCWSTR lpText, PCWSTR lpszCaption, UINT uType);
|
|
int ShowErrorBox(HWND hwnd, HRESULT dwError, PCWSTR lpCaption);
|
|
HMODULE GetNtMod();
|
|
ULONG GetLastErrorEx(ULONG dwError = GetLastError());
|