Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 605 of file settings.c.
{ UINT Ret = 0; switch (uMsg) { case PSPCB_CREATE: Ret = RegisterMonitorSelectionControl(hApplet); break; case PSPCB_RELEASE: UnregisterMonitorSelectionControl(hApplet); break; } return Ret; }