8 lines
213 B
C
8 lines
213 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);
|
|
|