Searched refs:lpResult (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | 758 if (!lpResult) in SHELL_FindExecutable() 805 lstrcpyW(lpResult, xlpFile); in SHELL_FindExecutable() 865 wcscpy(lpResult, xlpFile); in SHELL_FindExecutable() 905 if (*lpResult == '"') in SHELL_FindExecutable() 907 WCHAR *p = lpResult; in SHELL_FindExecutable() 918 WCHAR *p = lpResult; in SHELL_FindExecutable() 933 wcscpy(lpResult, command); in SHELL_FindExecutable() 942 wcscat(lpResult, &tok[5]); in SHELL_FindExecutable() 1259 TRACE("returning %s\n", lpResult); in FindExecutableA() 1297 *lpResult = UNICODE_NULL; in FindExecutableW() [all …]
|
/reactos/dll/win32/mshtml/ |
H A D | olewnd.c | 236 UINT msg, WPARAM wParam, LPARAM lParam, LRESULT *lpResult) in OleInPlaceObjectWindowless_OnWindowMessage() argument 239 FIXME("(%p)->(%u %lu %lu %p)\n", This, msg, wParam, lParam, lpResult); in OleInPlaceObjectWindowless_OnWindowMessage()
|
/reactos/sdk/include/psdk/ |
H A D | winnetwk.h | 350 _Out_opt_ LPDWORD lpResult); 363 _Out_opt_ LPDWORD lpResult);
|
H A D | shellapi.h | 487 _Out_writes_(MAX_PATH) LPSTR lpResult); 495 _Out_writes_(MAX_PATH) LPWSTR lpResult);
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | activex.c | 1333 UINT msg, WPARAM wParam, LPARAM lParam, LRESULT *lpResult) in OleInPlaceObjectWindowless_OnWindowMessage() argument
|