Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 396 of file createlink.c.
{ WCHAR szFile[MAX_PATH]; if (MultiByteToWideChar(CP_ACP, 0, (LPSTR) lParam1, -1, szFile, MAX_PATH)) { return ShowCreateShortcutWizard(hwndCPl, szFile); } return -1; }