Go to the source code of this file.
◆ AboutDialogProc()
Definition at line 15 of file about.c.
27 WCHAR strLicense[700];
49 sizeof(strLicense) /
sizeof(
WCHAR)))
BOOL WINAPI DestroyIcon(_In_ HICON)
BOOL WINAPI SetWindowTextW(_In_ HWND, _In_opt_ LPCWSTR)
int WINAPI LoadStringW(_In_opt_ HINSTANCE hInstance, _In_ UINT uID, _Out_writes_to_(cchBufferMax, return+1) LPWSTR lpBuffer, _In_ int cchBufferMax)
BOOL WINAPI EndDialog(_In_ HWND, _In_ INT_PTR)
HANDLE WINAPI LoadImageW(_In_opt_ HINSTANCE, _In_ LPCWSTR, _In_ UINT, _In_ int, _In_ int, _In_ UINT)
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
LRESULT WINAPI SendMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
#define MAKEINTRESOURCEW(i)
Referenced by MainWndCommand(), and ShowAboutDlg().
◆ ShowAboutDlg()
Definition at line 77 of file about.c.
static INT_PTR CALLBACK AboutDialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
#define DialogBoxW(i, t, p, f)
#define MAKEINTRESOURCEW(i)
Referenced by PanelWndProc().