Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 13 of file help.c.
Referenced by InitializeTabCtrl().
{ UNREFERENCED_PARAMETER(lParam); UNREFERENCED_PARAMETER(wParam); switch (message) { case WM_INITDIALOG: { SetWindowPos(hDlg, NULL, 10, 32, 0, 0, SWP_NOACTIVATE | SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOZORDER); return TRUE; } } return FALSE; }