30#define SEE_MASK_CLASSALL (SEE_MASK_CLASSNAME | SEE_MASK_CLASSKEY)
39 static INT s_bInDllProcess = -1;
41 if (s_bInDllProcess != -1)
42 return s_bInDllProcess;
46 return s_bInDllProcess;
51 bool firstCharQuote =
false;
52 bool quotes_opened =
false;
53 bool backslash_encountered =
false;
55 for (
int curArg = 0; curArg <= argNum && *
args; ++curArg)
57 firstCharQuote =
false;
61 firstCharQuote =
true;
70 backslash_encountered = !backslash_encountered;
72 else if (*
args ==
'"')
76 if (*(
args + 1) !=
'"')
78 quotes_opened =
false;
92 backslash_encountered =
false;
96 backslash_encountered =
false;
97 if (*
args ==
' ' && !firstCharQuote)
101 if (curArg == argNum)
118 bool quotes_opened =
false;
119 bool backslash_encountered =
false;
121 for (
int curArg = 0; curArg <= argNum && *
args; ++curArg)
128 backslash_encountered = !backslash_encountered;
130 else if (*
args ==
'"')
134 if (*(
args + 1) !=
'"')
136 quotes_opened =
false;
145 quotes_opened =
true;
148 backslash_encountered =
false;
152 backslash_encountered =
false;
153 if (*
args ==
' ' && !quotes_opened && curArg != argNum)
157 if (curArg == argNum)
206 bool tildeEffect =
false;
282 if (!done || (*
fmt ==
'1'))
369 ERR(
"pidl format buffer too small!\n");
391 WCHAR tmpBuffer[1024];
392 PWSTR tmpB = tmpBuffer;
403 if (envRet == 0 || envRet >
MAX_PATH)
466 hr = desktop->GetDisplayNameOf(pidl, SHGDN_FORPARSING, &strret);
487 DWORD dwCreationFlags;
520 startup.dwFlags |= STARTF_TITLEISLINKNAME;
540 WARN(
"CreateProcess returned error %ld\n", retval);
544 TRACE(
"returning %lu\n", retval);
578 if (!got_path)
total += 5;
629 wcscpy(
buffer,
L"Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\");
699 commandlen /=
sizeof(
WCHAR);
719 paramlen /=
sizeof(
WCHAR);
722 commandlen += paramlen;
773 WARN(
"(lpFile=%s,lpResult=%s): NULL parameter\n",
786 TRACE(
"SearchPathW returned non-zero\n");
792 TRACE(
"SearchPathW returned non-zero\n");
807 TRACE(
"Returning SE_ERR_FNF\n");
811 extension =
wcsrchr(xlpFile,
'.');
816 if (extension ==
NULL || extension[1] == 0)
818 WARN(
"Returning SE_ERR_NOASSOC\n");
840 while (*
p && *
p !=
' ' && *
p !=
'\t')
p++;
844 while (*
p ==
' ' || *
p ==
'\t')
p++;
847 if (
wcsicmp(tok, &extension[1]) == 0)
849 wcscpy(lpResult, xlpFile);
864 classnamelen /=
sizeof(
WCHAR);
886 if (finishedLen > resultLen)
887 ERR(
"Argify buffer not large enough.. truncated\n");
889 if (*lpResult ==
'"')
892 while (*(
p + 1) !=
'"')
903 while (*
p !=
' ' && *
p !=
'\0')
918 tok =
wcschr(lpResult,
'^');
922 wcscat(lpResult, xlpFile);
926 wcscat(lpResult, &tok[5]);
944 HSZ hsz1, HSZ hsz2, HDDEDATA hData,
947 TRACE(
"dde_cb: %04x, %04x, %p, %p, %p, %p, %08lx, %08lx\n",
948 uType, uFmt, hConv, hsz1, hsz2, hData, dwData1, dwData2);
968 WCHAR app[256],
topic[256], ifexec[256], static_res[256];
971 LONG applen, topiclen, ifexeclen;
975 DWORD resultLen, endkeyLen;
988 endkeyLen =
ARRAY_SIZE(regkey) - (endkey - regkey);
989 if (
strlenW(
L"\\application") + 1 > endkeyLen)
994 wcscpy(endkey,
L"\\application");
995 applen =
sizeof(app);
1007 FIXME(
"size of input parameter %s larger than buffer\n",
1054 if (
strlenW(
L"\\topic") + 1 > endkeyLen)
1060 topiclen =
sizeof(
topic);
1088 TRACE(
"Couldn't launch\n");
1092 if (ddeexec ==
NULL)
1094 TRACE(
"Exiting because ddeexec is NULL. ret=42.\n");
1100 if (
wcscmp(ddeexec,
L"") == 0)
1102 TRACE(
"Exiting because ddeexec is 'empty string'. ret=42.\n");
1110 TRACE(
"Couldn't connect. ret=%d\n",
ret);
1115 if (
strlenW(
L"\\ifexec") + 1 > endkeyLen)
1121 ifexeclen =
sizeof(ifexec);
1176 DWORD cmdlen =
sizeof(
cmd), ddeexeclen =
sizeof(ddeexec);
1193 cmdlen /=
sizeof(
WCHAR);
1200 ERR(
"Argify buffer not large enough, truncating\n");
1243 TRACE(
"returning %s\n", lpResult);
1351 sz +=
sizeof (
WCHAR);
1390 allocatedPidl.
Attach(pidl);
1406 CMINVOKECOMMANDINFOEX ici;
1424 r = cm->QueryContextMenu(
hmenu, 0, 0x20, 0x7fff, CMF_DEFAULTONLY);
1429 for (
i = 0;
i <
n;
i++)
1453 memset(&ici, 0,
sizeof ici);
1454 ici.cbSize =
sizeof ici;
1456 ici.nShow = sei->
nShow;
1458 ici.hwnd = sei->
hwnd;
1461 r = cm->InvokeCommand((LPCMINVOKECOMMANDINFO)&ici);
1463 TRACE(
"invoke command returned %08x\n",
r);
1491 hr =
obj->Initialize(
NULL, dataobj, hkey);
1532 pidl = allocatedPidl;
1563 BOOL fDefault = StrIsNullOrEmpty(sei->
lpVerb);
1564 CMINVOKECOMMANDINFOEX ici = {
sizeof(ici) };
1566 ici.nShow = sei->
nShow;
1570 ici.lpVerbW = sei->
lpVerb;
1572 ici.hwnd = sei->
hwnd;
1573 ici.lpParameters = parameters;
1575 ici.lpDirectory =
dir;
1578 ici.hIcon = sei->
hIcon;
1579 if (ici.fMask & (CMIC_MASK_HASLINKNAME | CMIC_MASK_HASTITLE))
1582 enum { idFirst = 1, idLast = 0x7fff };
1584 hr = cm->QueryContextMenu(hMenu, 0, idFirst, idLast, fDefault ? CMF_DEFAULTONLY : 0);
1590 uDefault = (uDefault != -1) ? uDefault - idFirst : 0;
1595 hr = cm->InvokeCommand((LPCMINVOKECOMMANDINFO)&ici);
1611 HKEY hkey, hkeycm = 0;
1624 r =
RegOpenKeyW(hkey,
L"shellex\\ContextMenuHandlers", &hkeycm);
1671 execCmd,
sizeof(execCmd));
1679 if (!done && wszApplicationName[0])
1684 if (*wszApplicationName !=
'"')
1687 strcatW(wcmd, wszApplicationName);
1691 strcatW(wcmd, wszApplicationName);
1695 ERR(
"Argify buffer not large enough... truncating\n");
1696 return execfunc(wcmd,
NULL,
FALSE, psei, psei_out);
1706 wszApplicationName,
NULL, psei,
1707 psei_out, execfunc );
1722 ERR(
"parameters len exceeds buffer size (%i > %i), truncating\n",
1725 if (
strlenW(
L"explorer.exe") > dwApplicationNameLen)
1726 ERR(
"application len exceeds buffer size (%i), truncating\n",
1727 dwApplicationNameLen);
1728 lstrcpynW(wszApplicationName,
L"explorer.exe", dwApplicationNameLen);
1729 appKnownSingular =
TRUE;
1731 sei->
fMask &= ~SEE_MASK_INVOKEIDLIST;
1748 if (resultLen > dwApplicationNameLen)
1749 ERR(
"Argify buffer not large enough... truncating\n");
1750 appKnownSingular =
FALSE;
1752 sei->
fMask &= ~SEE_MASK_INVOKEIDLIST;
1755 return appKnownSingular;
1777 CMINVOKECOMMANDINFO ici = {
sizeof(ici) };
1779 ici.nShow = sei->nShow;
1780 ici.hwnd = sei->hwnd;
1782 if (sei->lpVerb && sei->lpVerb[0])
1786 ici.lpVerb = szVerb;
1791 const INT idCmdFirst = 1, idCmdLast = 0x7FFF;
1792 hr = pCM->QueryContextMenu(hMenu, 0, idCmdFirst, idCmdLast, CMF_DEFAULTONLY);
1801 if (nDefaultID == -1)
1802 nDefaultID = idCmdFirst;
1806 hr = pCM->InvokeCommand(&ici);
1819 if (wszParameters[0])
1831 if (wszParameters[0])
1834 strcatW(wszQuotedCmd, wszParameters);
1842 retval = execfunc(wszQuotedCmd,
env,
FALSE, psei, psei_out);
1855 lpstrRes =
strchrW(lpFile,
':');
1857 iSize = lpstrRes - lpFile;
1869 memcpy(lpstrProtocol, lpFile, iSize *
sizeof(
WCHAR));
1870 lpstrProtocol[iSize] =
'\0';
1871 strcatW(lpstrProtocol,
L"\\shell\\");
1873 strcatW(lpstrProtocol,
L"\\command");
1876 wcmd, execfunc, psei, psei_out);
1917 return buf.Detach();
1925 static const DWORD unsupportedFlags =
1937 TRACE(
"mask=0x%08x hwnd=%p verb=%s file=%s parm=%s dir=%s show=0x%08x class=%s\n",
1951 wszApplicationName.
Allocate(dwApplicationNameLen);
1952 *wszApplicationName =
'\0';
1956 if(
len-1 >= dwApplicationNameLen)
1957 dwApplicationNameLen =
len;
1959 wszApplicationName.
Allocate(dwApplicationNameLen);
1963 wszApplicationName[
len-2] =
'\0';
1964 appKnownSingular =
TRUE;
1971 if(
l > dwApplicationNameLen) dwApplicationNameLen =
l + 1;
1972 wszApplicationName.
Allocate(dwApplicationNameLen);
1975 if (wszApplicationName[2] == 0 && wszApplicationName[1] ==
L':' &&
1976 ((
L'A' <= wszApplicationName[0] && wszApplicationName[0] <=
L'Z') ||
1977 (
L'a' <= wszApplicationName[0] && wszApplicationName[0] <=
L'z')))
1984 WCHAR parametersBuffer[1024];
1985 LPWSTR wszParameters = parametersBuffer;
1992 if (
len > parametersLen)
1995 wszParameters = wszParamAlloc;
1996 parametersLen =
len;
2001 *wszParameters =
L'\0';
2005 LPWSTR wszDir = dirBuffer;
2016 wszDir = wszDirAlloc;
2023 wszDir = wszDirAlloc;
2047 sei_tmp.
lpFile = wszApplicationName;
2051 if (sei_tmp.
fMask & unsupportedFlags)
2053 FIXME(
"flags ignored: 0x%08x\n", sei_tmp.
fMask & unsupportedFlags);
2066 hr = pSEH->Execute(&sei_tmp);
2072 appKnownSingular =
TRUE;
2081 wszApplicationName.
Attach(tmp);
2082 sei_tmp.
lpFile = wszApplicationName;
2112 Info.pcszFile = wszApplicationName;
2142 dwApplicationNameLen );
2153 wszApplicationName.
Attach(
buf.Detach());
2154 sei_tmp.
lpFile = wszApplicationName;
2165 if (sei_tmp.
lpFile[0] ==
L'"')
2171 if (parametersLen <
_countof(parametersBuffer))
2174 wszParameters = parametersBuffer;
2179 wszParameters = wszParamAlloc;
2191 LPWSTR beg = wszApplicationName;
2216 WCHAR wcmdBuffer[1024];
2217 LPWSTR wcmd = wcmdBuffer;
2240 retval = execfunc(wcmd,
NULL,
FALSE, &sei_tmp, sei);
2246 WCHAR wszKeyname[256];
2253 wszApplicationName,
env, &sei_tmp,
2267 swprintf(lpQuotedFile,
L"\"%s\"", lpFile);
2270 wszApplicationName,
env,
2271 &sei_tmp, sei, execfunc);
2285 WCHAR lpstrTmpFile[256];
2287 strcatW(lpstrTmpFile, lpFile);
2291 TRACE(
"retval %lu\n", retval);
2300 Info.pcszFile = wszApplicationName;
2322 TRACE(
"%p,%s,%s,%s,%s,%d\n",
2326 sei.
cbSize =
sizeof(sei);
2333 sei.
nShow = iShowCmd;
2455 fOldMask = sei->
fMask;
2465 sei->
fMask = fOldMask;
2488 sei.
cbSize =
sizeof(sei);
2495 sei.
nShow = nShowCmd;
2523 seiW.
cbSize =
sizeof(seiW);
2526 seiW.
nShow = iShowCmd;
2585 for (
pch = psz + 1; *
pch && ich + 1 < cchArg0; ++ich, ++
pch)
2587 if (*
pch ==
L'"' &&
pch[1] ==
L'"')
2590 pszArg0[ich] =
L'"';
2592 else if (*
pch ==
L'"')
2601 pszArg0[ich] = *
pch;
2611 pszArg0[ich] = *
pch;
2639 if (pwszCommand ==
NULL)
2694 apPathList[0] = pwszStartDir;
2695 apPathList[1] =
NULL;
2736 info.lpVerb = pszVerb;
2737 info.lpFile = szFile;
2738 info.lpParameters = (pchParams && *pchParams) ? pchParams :
NULL;
2739 info.lpDirectory = pwszStartDir;
2778 TRACE(
"(%p, %s, %s, %s, %s, %p, %s, %p, %u, %p, %lu)\n",
2781 lpReserved, nCmdShow, lphProcess,
dwFlags);
2784 ExecInfo.
cbSize =
sizeof(ExecInfo);
2787 ExecInfo.
lpVerb = lpOperation;
2788 ExecInfo.
lpFile = lpFile;
2811 if (lphProcess ==
NULL)
2845 TRACE(
"(%p, %s, %s, %s, %s, %p, %s, %p, %u, %p, %lu)\n",
2848 lpReserved, nCmdShow, lphProcess,
dwFlags);
2851 ExecInfo.
cbSize =
sizeof(ExecInfo);
2854 ExecInfo.
lpVerb = lpOperation;
2855 ExecInfo.
lpFile = lpFile;
2878 if (lphProcess ==
NULL)
HRESULT WINAPI SHGetDesktopFolder(IShellFolder **psf)
#define PRF_TRYPROGRAMEXTENSIONS
#define shell32_hInstance
#define SECL_ALLOW_NONEXE
#define DECLSPEC_HOTPATCH
static void startup(void)
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
#define UlongToHandle(ul)
#define RegCloseKey(hKey)
bool Allocate(_In_ size_t nElements=1)
static LPCWSTR LPCWSTR LPCWSTR env
HDDEDATA WINAPI DdeClientTransaction(LPBYTE, DWORD, HCONV, HSZ, UINT, UINT, DWORD, LPDWORD)
BOOL WINAPI DdeUninitialize(DWORD)
UINT WINAPI DdeInitializeW(LPDWORD, PFNCALLBACK, DWORD, DWORD)
HCONV WINAPI DdeConnect(DWORD, HSZ, HSZ, PCONVCONTEXT)
UINT WINAPI DdeGetLastError(DWORD)
HSZ WINAPI DdeCreateStringHandleW(DWORD, LPCWSTR, INT)
BOOL WINAPI DdeDisconnect(HCONV)
BOOL WINAPI DdeFreeDataHandle(HDDEDATA)
#define APPCMD_CLIENTONLY
UINT WINAPI DdeInitializeA(LPDWORD, PFNCALLBACK, DWORD, DWORD)
LONG WINAPI RegOpenKeyExW(HKEY hKey, LPCWSTR lpSubKey, DWORD ulOptions, REGSAM samDesired, PHKEY phkResult)
LONG WINAPI RegOpenKeyW(HKEY hKey, LPCWSTR lpSubKey, PHKEY phkResult)
LSTATUS WINAPI RegQueryValueW(HKEY hkey, LPCWSTR name, LPWSTR data, LPLONG count)
LONG WINAPI RegQueryValueExW(_In_ HKEY hkeyorg, _In_ LPCWSTR name, _In_ LPDWORD reserved, _In_ LPDWORD type, _In_ LPBYTE data, _In_ LPDWORD count)
LONG WINAPI RegEnumKeyW(HKEY hKey, DWORD dwIndex, LPWSTR lpName, DWORD cbName)
INT WINAPI StrCmpNIW(LPCWSTR lpszStr, LPCWSTR lpszComp, INT iLen)
LPWSTR WINAPI StrStrIW(LPCWSTR lpszStr, LPCWSTR lpszSearch)
INT WINAPI StrCmpNW(LPCWSTR lpszStr, LPCWSTR lpszComp, INT iLen)
#define ERROR_INVALID_PARAMETER
#define GetCurrentDirectoryW(x, y)
#define GetEnvironmentVariableW(x, y, z)
#define WideCharToMultiByte
#define ERROR_ACCESS_DENIED
static const WCHAR *const ext[]
#define FAILED_UNEXPECTEDLY(hr)
BOOL WINAPI FreeEnvironmentStringsW(IN LPWSTR EnvironmentStrings)
DWORD WINAPI ExpandEnvironmentStringsW(IN LPCWSTR lpSrc, IN LPWSTR lpDst, IN DWORD nSize)
VOID WINAPI RaiseException(_In_ DWORD dwExceptionCode, _In_ DWORD dwExceptionFlags, _In_ DWORD nNumberOfArguments, _In_opt_ const ULONG_PTR *lpArguments)
DWORD WINAPI GetFileAttributesW(LPCWSTR lpFileName)
DWORD WINAPI GetModuleFileNameW(HINSTANCE hModule, LPWSTR lpFilename, DWORD nSize)
BOOL WINAPI SetCurrentDirectoryW(IN LPCWSTR lpPathName)
DWORD WINAPI SearchPathW(IN LPCWSTR lpPath OPTIONAL, IN LPCWSTR lpFileName, IN LPCWSTR lpExtension OPTIONAL, IN DWORD nBufferLength, OUT LPWSTR lpBuffer, OUT LPWSTR *lpFilePart OPTIONAL)
DWORD WINAPI GetShortPathNameW(IN LPCWSTR lpszLongPath, OUT LPWSTR lpszShortPath, IN DWORD cchBuffer)
DWORD WINAPI GetFullPathNameW(IN LPCWSTR lpFileName, IN DWORD nBufferLength, OUT LPWSTR lpBuffer, OUT LPWSTR *lpFilePart)
UINT WINAPI GetWindowsDirectoryW(OUT LPWSTR lpBuffer, IN UINT uSize)
BOOL WINAPI DECLSPEC_HOTPATCH CreateProcessW(LPCWSTR lpApplicationName, LPWSTR lpCommandLine, LPSECURITY_ATTRIBUTES lpProcessAttributes, LPSECURITY_ATTRIBUTES lpThreadAttributes, BOOL bInheritHandles, DWORD dwCreationFlags, LPVOID lpEnvironment, LPCWSTR lpCurrentDirectory, LPSTARTUPINFOW lpStartupInfo, LPPROCESS_INFORMATION lpProcessInformation)
BOOL WINAPI GetBinaryTypeW(LPCWSTR lpApplicationName, LPDWORD lpBinaryType)
INT WINAPI GetProfileStringW(LPCWSTR section, LPCWSTR entry, LPCWSTR def_val, LPWSTR buffer, UINT len)
int WINAPI lstrcmpiW(LPCWSTR str1, LPCWSTR str2)
HRESULT WINAPI DECLSPEC_HOTPATCH CoCreateInstance(REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD dwClsContext, REFIID iid, LPVOID *ppv)
HRESULT WINAPI CLSIDFromString(LPCOLESTR idstr, LPCLSID id)
void WINAPI DECLSPEC_HOTPATCH CoUninitialize(void)
static UINT SeeFlagsToCmicFlags(UINT flags)
HRESULT SHCoInitializeAnyApartment(VOID)
void WINAPI SHFree(LPVOID pv)
BOOL WINAPI PathResolveW(_Inout_ LPWSTR path, _Inout_opt_ LPCWSTR *dirs, _In_ DWORD flags)
HRESULT WINAPI AssocQueryStringW(ASSOCF cfFlags, ASSOCSTR str, LPCWSTR pszAssoc, LPCWSTR pszExtra, LPWSTR pszOut, DWORD *pcchOut)
HANDLE WINAPI SHAllocShared(LPCVOID lpvData, DWORD dwSize, DWORD dwProcId)
PVOID WINAPI SHLockShared(HANDLE hShared, DWORD dwProcId)
BOOL WINAPI SHUnlockShared(LPVOID lpView)
void WINAPI PathRemoveArgsW(LPWSTR lpszPath)
int WINAPI PathGetDriveNumberW(const WCHAR *path)
HRESULT WINAPI PathCreateFromUrlW(LPCWSTR pszUrl, LPWSTR pszPath, LPDWORD pcchPath, DWORD dwReserved)
LPWSTR WINAPI PathFindFileNameW(LPCWSTR lpszPath)
BOOL WINAPI PathStripToRootW(LPWSTR lpszPath)
LPWSTR WINAPI PathFindExtensionW(LPCWSTR lpszPath)
BOOL WINAPI PathFileExistsW(LPCWSTR lpszPath)
VOID WINAPI PathUnquoteSpacesW(LPWSTR lpszPath)
BOOL WINAPI PathFindOnPathExW(LPWSTR lpszFile, LPCWSTR *lppszOtherDirs, DWORD dwWhich)
BOOL WINAPI PathIsDirectoryW(LPCWSTR lpszPath)
LPWSTR WINAPI PathGetArgsW(LPCWSTR lpszPath)
BOOL WINAPI PathIsRelativeW(LPCWSTR lpszPath)
BOOL WINAPI SHRegGetBoolUSValueW(LPCWSTR pszSubKey, LPCWSTR pszValue, BOOL fIgnoreHKCU, BOOL fDefault)
BOOL WINAPI StrTrimW(LPWSTR lpszStr, LPCWSTR lpszTrim)
LPWSTR WINAPI StrDupW(LPCWSTR lpszStr)
BOOL WINAPI UrlIsW(LPCWSTR pszUrl, URLIS Urlis)
BOOL WINAPI PathIsURLW(LPCWSTR lpstrPath)
static IShellFolder IShellItem **static IBindCtx LPITEMIDLIST SFGAOF
GLuint GLuint GLsizei GLenum type
GLdouble GLdouble GLdouble r
GLsizei const GLchar *const * strings
GLenum GLuint GLenum GLsizei const GLchar * buf
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
VOID WINAPI CoTaskMemFree(LPVOID ptr)
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
_In_ BOOL _In_ HANDLE hProcess
#define memcpy(s1, s2, n)
#define ERROR_FILE_NOT_FOUND
PSDBQUERYRESULT_VISTA PVOID DWORD * dwSize
static IPrintDialogCallback callback
static DWORD DWORD void LPSTR DWORD cch
static const CLSID *static CLSID *static const GUID VARIANT VARIANT *static IServiceProvider DWORD *static HMENU
unsigned __int3264 UINT_PTR
#define FILE_ATTRIBUTE_DIRECTORY
#define DBG_UNREFERENCED_LOCAL_VARIABLE(L)
#define PathAddExtensionW
#define PathAddBackslashW
HRESULT WINAPI SHParseDisplayName(LPCWSTR pszName, IBindCtx *pbc, LPITEMIDLIST *ppidl, SFGAOF sfgaoIn, SFGAOF *psfgaoOut)
HRESULT WINAPI SHBindToParent(LPCITEMIDLIST pidl, REFIID riid, LPVOID *ppv, LPCITEMIDLIST *ppidlLast)
BOOL WINAPI SHGetPathFromIDListW(LPCITEMIDLIST pidl, LPWSTR pszPath)
LPITEMIDLIST WINAPI ILCreateFromPathW(LPCWSTR path)
static const WCHAR szName[]
static const char topic[]
#define strncmpiW(s1, s2, n)
DWORD WINAPI GetVersion()
_CRTIMP wchar_t *__cdecl wcscpy(_Out_writes_z_(_String_length_(_Source)+1) wchar_t *_Dest, _In_z_ const wchar_t *_Source)
_Check_return_ _CRTIMP int __cdecl wcscmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
_CRTIMP wchar_t *__cdecl wcscat(_Inout_updates_z_(_String_length_(_Dest)+_String_length_(_Source)+1) wchar_t *_Dest, _In_z_ const wchar_t *_Source)
_Check_return_ _CRTIMP int __cdecl _wcsnicmp(_In_reads_or_z_(_MaxCount) const wchar_t *_Str1, _In_reads_or_z_(_MaxCount) const wchar_t *_Str2, _In_ size_t _MaxCount)
BOOL HCR_GetDefaultVerbW(HKEY hkeyClass, LPCWSTR szVerb, LPWSTR szDest, DWORD len)
BOOL HCR_GetExecuteCommandW(HKEY hkeyClass, LPCWSTR szClass, LPCWSTR szVerb, LPWSTR szDest, DWORD len)
static __inline void __SHCloneStrWtoA(char **target, const WCHAR *source)
static __inline LPWSTR __SHCloneStrAtoW(WCHAR **target, const char *source)
static __inline void __SHCloneStrW(WCHAR **target, const WCHAR *source)
#define SEE_MASK_FLAG_LOG_USAGE
#define SEE_MASK_DOENVSUBST
#define SEE_MASK_USE_RESERVED
#define SEE_MASK_FLAG_SEPVDM
#define SEE_MASK_CLASSKEY
#define SEE_MASK_NOCLOSEPROCESS
struct _SHELLEXECUTEINFOW SHELLEXECUTEINFOW
#define SEE_MASK_HMONITOR
#define SEE_MASK_CLASSNAME
#define SEE_MASK_HASTITLE
#define SE_ERR_ACCESSDENIED
#define SEE_MASK_WAITFORINPUTIDLE
#define SEE_MASK_FLAG_DDEWAIT
#define SEE_MASK_CONNECTNETDRV
_In_opt_ LPCSTR lpDirectory
#define SEE_MASK_UNKNOWN_0x1000
#define SEE_MASK_INVOKEIDLIST
#define SEE_MASK_FLAG_NO_UI
#define SEE_MASK_NO_CONSOLE
#define SEE_MASK_HASLINKNAME
LONG WINAPI SHRegQueryValueExW(HKEY hkey, LPCWSTR pszValue, LPDWORD pdwReserved, LPDWORD pdwType, LPVOID pvData, LPDWORD pcbData)
BOOL WINAPI StrRetToStrNW(LPWSTR dest, DWORD len, LPSTRRET src, const ITEMIDLIST *pidl)
static UINT_PTR SHELL_execute_class(LPCWSTR wszApplicationName, LPSHELLEXECUTEINFOW psei, LPSHELLEXECUTEINFOW psei_out, SHELL_ExecuteW32 execfunc)
static HRESULT ShellExecute_ContextMenuVerb(LPSHELLEXECUTEINFOW sei)
BOOL WINAPI DECLSPEC_HOTPATCH ShellExecuteExA(LPSHELLEXECUTEINFOA sei)
HINSTANCE WINAPI FindExecutableW(LPCWSTR lpFile, LPCWSTR lpDirectory, LPWSTR lpResult)
static HRESULT shellex_load_object_and_run(HKEY hkey, LPCGUID guid, LPSHELLEXECUTEINFOW sei)
static UINT_PTR SHELL_quote_and_execute(LPCWSTR wcmd, LPCWSTR wszParameters, LPCWSTR lpstrProtocol, LPCWSTR wszApplicationName, LPWSTR env, LPSHELLEXECUTEINFOW psei, LPSHELLEXECUTEINFOW psei_out, SHELL_ExecuteW32 execfunc)
static void ParseNoTildeEffect(PWSTR &res, LPCWSTR &args, DWORD &len, DWORD &used, int argNum)
static BOOL SHELL_InvokePidl(_In_ LPSHELLEXECUTEINFOW sei, _In_ LPCITEMIDLIST pidl)
EXTERN_C void WINAPI OpenAs_RunDLLA(HWND hwnd, HINSTANCE hinst, LPCSTR cmdline, int cmdshow)
static LPCWSTR SplitParams(LPCWSTR psz, LPWSTR pszArg0, size_t cchArg0)
EXTERN_C HINSTANCE WINAPI RealShellExecuteExW(_In_opt_ HWND hwnd, _In_opt_ LPCWSTR lpOperation, _In_opt_ LPCWSTR lpFile, _In_opt_ LPCWSTR lpParameters, _In_opt_ LPCWSTR lpDirectory, _In_opt_ LPWSTR lpReturn, _In_opt_ LPCWSTR lpTitle, _In_opt_ LPVOID lpReserved, _In_ INT nCmdShow, _Out_opt_ PHANDLE lphProcess, _In_ DWORD dwFlags)
static UINT_PTR execute_from_key(LPCWSTR key, LPCWSTR lpFile, WCHAR *env, LPCWSTR szCommandline, LPCWSTR executable_name, SHELL_ExecuteW32 execfunc, LPSHELLEXECUTEINFOW psei, LPSHELLEXECUTEINFOW psei_out)
EXTERN_C void WINAPI OpenAs_RunDLLW(HWND hwnd, HINSTANCE hinst, LPCWSTR cmdline, int cmdshow)
static LONG ShellExecute_FromContextMenuHandlers(LPSHELLEXECUTEINFOW sei)
static UINT SHELL_FindExecutable(LPCWSTR lpPath, LPCWSTR lpFile, LPCWSTR lpVerb, LPWSTR lpResult, DWORD resultLen, LPWSTR key, WCHAR **env, LPITEMIDLIST pidl, LPCWSTR args)
static DWORD ShellExecute_Normal(_Inout_ LPSHELLEXECUTEINFOW sei)
EXTERN_C HINSTANCE WINAPI WOWShellExecute(HWND hWnd, LPCSTR lpVerb, LPCSTR lpFile, LPCSTR lpParameters, LPCSTR lpDirectory, INT iShowCmd, void *callback)
static BOOL SHELL_execute(LPSHELLEXECUTEINFOW sei, SHELL_ExecuteW32 execfunc)
static HDDEDATA CALLBACK dde_cb(UINT uType, UINT uFmt, HCONV hConv, HSZ hsz1, HSZ hsz2, HDDEDATA hData, ULONG_PTR dwData1, ULONG_PTR dwData2)
static BOOL SHELL_ArgifyW(WCHAR *out, DWORD len, const WCHAR *fmt, const WCHAR *lpFile, LPITEMIDLIST pidl, LPCWSTR args, DWORD *out_len, const WCHAR *lpDir)
#define SEE_MASK_CLASSALL
static WCHAR * expand_environment(const WCHAR *str)
HINSTANCE WINAPI FindExecutableA(LPCSTR lpFile, LPCSTR lpDirectory, LPSTR lpResult)
static UINT_PTR SHELL_execute_url(LPCWSTR lpFile, LPCWSTR wcmd, LPSHELLEXECUTEINFOW psei, LPSHELLEXECUTEINFOW psei_out, SHELL_ExecuteW32 execfunc)
static unsigned dde_connect(const WCHAR *key, const WCHAR *start, WCHAR *ddeexec, const WCHAR *lpFile, WCHAR *env, LPCWSTR szCommandline, LPITEMIDLIST pidl, SHELL_ExecuteW32 execfunc, const SHELLEXECUTEINFOW *psei, LPSHELLEXECUTEINFOW psei_out)
static VOID ShellExecute_ShowError(_In_ const SHELLEXECUTEINFOW *ExecInfo, _In_opt_ LPCWSTR pszCaption, _In_ DWORD dwError)
EXTERN_C BOOL PathIsExeW(LPCWSTR lpszPath)
static HRESULT shellex_run_context_menu_default(IShellExtInit *obj, LPSHELLEXECUTEINFOW sei)
static void do_error_dialog(UINT_PTR retval, HWND hwnd, WCHAR *filename)
HINSTANCE WINAPI ShellExecuteW(HWND hwnd, LPCWSTR lpVerb, LPCWSTR lpFile, LPCWSTR lpParameters, LPCWSTR lpDirectory, INT nShowCmd)
static UINT SHELL_FindExecutableByVerb(LPCWSTR lpVerb, LPWSTR key, LPWSTR classname, LPWSTR command, LONG commandlen)
static UINT_PTR SHELL_ExecuteW(const WCHAR *lpCmd, WCHAR *env, BOOL shWait, const SHELLEXECUTEINFOW *psei, LPSHELLEXECUTEINFOW psei_out)
static BOOL SHELL_InRunDllProcess(VOID)
static BOOL SHELL_translate_idlist(LPSHELLEXECUTEINFOW sei, LPWSTR wszParameters, DWORD parametersLen, LPWSTR wszApplicationName, DWORD dwApplicationNameLen)
static HKEY ShellExecute_GetClassKey(const SHELLEXECUTEINFOW *sei)
static HRESULT shellex_get_contextmenu(LPSHELLEXECUTEINFOW sei, CComPtr< IContextMenu > &cm)
EXTERN_C HINSTANCE WINAPI RealShellExecuteA(_In_opt_ HWND hwnd, _In_opt_ LPCSTR lpOperation, _In_opt_ LPCSTR lpFile, _In_opt_ LPCSTR lpParameters, _In_opt_ LPCSTR lpDirectory, _In_opt_ LPSTR lpReturn, _In_opt_ LPCSTR lpTitle, _In_opt_ LPVOID lpReserved, _In_ INT nCmdShow, _Out_opt_ PHANDLE lphProcess)
static HRESULT shellex_get_dataobj(LPSHELLEXECUTEINFOW sei, CComPtr< IDataObject > &dataObj)
BOOL WINAPI DECLSPEC_HOTPATCH ShellExecuteExW(LPSHELLEXECUTEINFOW sei)
static LPWSTR SHELL_BuildEnvW(const WCHAR *path)
UINT_PTR(* SHELL_ExecuteW32)(const WCHAR *lpCmd, WCHAR *env, BOOL shWait, const SHELLEXECUTEINFOW *sei, LPSHELLEXECUTEINFOW sei_out)
static HRESULT SHELL_GetPathFromIDListForExecuteW(LPCITEMIDLIST pidl, LPWSTR pszPath, UINT uOutSize)
static void ParseTildeEffect(PWSTR &res, LPCWSTR &args, DWORD &len, DWORD &used, int argNum)
HINSTANCE WINAPI ShellExecuteA(HWND hWnd, LPCSTR lpVerb, LPCSTR lpFile, LPCSTR lpParameters, LPCSTR lpDirectory, INT iShowCmd)
EXTERN_C HINSTANCE WINAPI RealShellExecuteExA(_In_opt_ HWND hwnd, _In_opt_ LPCSTR lpOperation, _In_opt_ LPCSTR lpFile, _In_opt_ LPCSTR lpParameters, _In_opt_ LPCSTR lpDirectory, _In_opt_ LPSTR lpReturn, _In_opt_ LPCSTR lpTitle, _In_opt_ LPVOID lpReserved, _In_ INT nCmdShow, _Out_opt_ PHANDLE lphProcess, _In_ DWORD dwFlags)
static BOOL SHELL_TryAppPathW(LPCWSTR szName, LPWSTR lpResult, WCHAR **env)
EXTERN_C HINSTANCE WINAPI RealShellExecuteW(_In_opt_ HWND hwnd, _In_opt_ LPCWSTR lpOperation, _In_opt_ LPCWSTR lpFile, _In_opt_ LPCWSTR lpParameters, _In_opt_ LPCWSTR lpDirectory, _In_opt_ LPWSTR lpReturn, _In_opt_ LPCWSTR lpTitle, _In_opt_ LPVOID lpReserved, _In_ INT nCmdShow, _Out_opt_ PHANDLE lphProcess)
@ OAIF_ALLOW_REGISTRATION
#define IDS_FILE_NOT_FOUND
#define IDS_SHLEXEC_NOASSOC
ITEMIDLIST UNALIGNED * LPITEMIDLIST
const ITEMIDLIST UNALIGNED * LPCITEMIDLIST
STRSAFEAPI StringCchPrintfW(STRSAFE_LPWSTR pszDest, size_t cchDest, STRSAFE_LPCWSTR pszFormat,...)
STRSAFEAPI StringCchCopyW(STRSAFE_LPWSTR pszDest, size_t cchDest, STRSAFE_LPCWSTR pszSrc)
#define EXCEPTION_NONCONTINUABLE
#define LANG_USER_DEFAULT
#define INVALID_FILE_ATTRIBUTES
_Must_inspect_result_ _In_ WDFCHILDLIST _In_ PWDF_CHILD_LIST_ITERATOR _Out_ WDFDEVICE _Inout_opt_ PWDF_CHILD_RETRIEVE_INFO Info
DWORD WINAPI GetLastError(void)
#define STARTF_USESHOWWINDOW
#define CREATE_UNICODE_ENVIRONMENT
#define FORMAT_MESSAGE_FROM_SYSTEM
#define CREATE_SEPARATE_WOW_VDM
#define FORMAT_MESSAGE_ARGUMENT_ARRAY
LPWSTR WINAPI GetEnvironmentStringsW(void)
#define EXCEPTION_ACCESS_VIOLATION
#define CREATE_NEW_CONSOLE
struct _STARTUPINFOW STARTUPINFOW
_In_ PCCERT_CONTEXT _In_ DWORD dwFlags
#define ERROR_DLL_NOT_FOUND
#define HRESULT_FROM_WIN32(x)
#define ERROR_FUNCTION_FAILED
#define HKEY_LOCAL_MACHINE
#define HKEY_CLASSES_ROOT
HMENU WINAPI CreatePopupMenu(void)
UINT WINAPI GetMenuDefaultItem(_In_ HMENU hMenu, _In_ UINT fByPos, _In_ UINT gmdiFlags)
int WINAPI GetMenuItemCount(_In_opt_ HMENU)
int WINAPI LoadStringW(_In_opt_ HINSTANCE hInstance, _In_ UINT uID, _Out_writes_to_(cchBufferMax, return+1) LPWSTR lpBuffer, _In_ int cchBufferMax)
HMENU WINAPI CreateMenu(void)
LPWSTR WINAPI CharLowerW(_Inout_ LPWSTR)
int WINAPI MessageBoxW(_In_opt_ HWND hWnd, _In_opt_ LPCWSTR lpText, _In_opt_ LPCWSTR lpCaption, _In_ UINT uType)
DWORD WINAPI WaitForInputIdle(_In_ HANDLE, _In_ DWORD)
#define MAKEINTRESOURCEA(i)
BOOL WINAPI DestroyMenu(_In_ HMENU)
BOOL WINAPI GetMenuItemInfoW(_In_ HMENU, _In_ UINT, _In_ BOOL, _Inout_ LPMENUITEMINFOW)
#define MAKEINTRESOURCEW(i)
#define IID_PPV_ARG(Itype, ppType)
#define IID_NULL_PPV_ARG(Itype, ppType)