ReactOS 0.4.15-dev-7918-g2a2556c
inplocale.c File Reference
#include "intl.h"
Include dependency graph for inplocale.c:

Go to the source code of this file.

Functions

INT_PTR CALLBACK InpLocalePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
 

Function Documentation

◆ InpLocalePageProc()

INT_PTR CALLBACK InpLocalePageProc ( HWND  hwndDlg,
UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam 
)

Definition at line 30 of file inplocale.c.

34{
35 switch (uMsg)
36 {
37 case WM_INITDIALOG:
38 break;
39 }
40 return FALSE;
41}
#define FALSE
Definition: types.h:117
#define WM_INITDIALOG
Definition: winuser.h:1739