Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 95 of file runonce.c.
Referenced by _tWinMain().
{ switch (Msg) { case WM_INITDIALOG: InitDialog(hDlg); break; case WM_CLOSE: EndDialog(hDlg, 0); break; } return 0; }