2025-04-27 07:49:33 -04:00

7 lines
211 B
C

#define IDD_INPUT_STRING 2001
#define IDD_INPUT_STRING_PROMPT 2002
ULONG InputString(HINSTANCE hInstance, HWND hwnd, const LPTSTR lpszTitle,
const LPTSTR lpszPrompt, LPTSTR lpBuffer, ULONG cchBuffer);