ShellAbout function shell32
Displays a ShellAbout dialog box.
INT ShellAboutW(
HWND hWnd,
LPCWSTR szApp,
LPCWSTR szOtherStuff,
HICON hIcon
);
Implementation
int ShellAbout(
int hWnd,
Pointer<Utf16> szApp,
Pointer<Utf16> szOtherStuff,
int hIcon,
) => _ShellAbout(hWnd, szApp, szOtherStuff, hIcon);