31#include "wine/unicode.h"
38#define SHLWAPI_DEF_ASSOCF (ASSOCF_INIT_BYEXENAME | ASSOCF_INIT_DEFAULTTOSTAR | \
39 ASSOCF_INIT_DEFAULTTOFOLDER | ASSOCF_INIT_NOREMAPCLSID | \
40 ASSOCF_INIT_IGNOREUNKNOWN)
42#define SHLWAPI_DEF_ASSOCF (ASSOCF_INIT_BYEXENAME|ASSOCF_INIT_DEFAULTTOSTAR| \
43 ASSOCF_INIT_DEFAULTTOFOLDER)
102 *(
DWORD*)lpInterface = 0;
122 '.',
's',
'e',
'a',
'r',
'c',
'h',
'-',
'm',
's',0,
132 '.',
'j',
'f',
'i',
'f',0,
134 '.',
'j',
'p',
'e',
'g',0,
139 '.',
't',
'i',
'f',
'f',0,
146 '.',
'a',
'i',
'f',
'c',0,
147 '.',
'a',
'i',
'f',
'f',0,
151 '.',
'm',
'i',
'd',
'i',0,
152#if _WIN32_WINNT > 0x602
168 '.',
'd',
'v',
'r',
'-',
'm',
's',0,
171#if _WIN32_WINNT <= 0x602
174 '.',
'm',
'p',
'2',
'v',0,
177 '.',
'm',
'p',
'e',
'g',0,
179 '.',
'm',
'p',
'v',
'2',0,
193#if _WIN32_WINNT >= 0x600
195 '.',
'h',
't',
'm',
'l',0,
225const WCHAR type_compressed[] = {
'c',
'o',
'm',
'p',
'r',
'e',
's',
's',
'e',
'd',0};
228const WCHAR type_application[] = {
'a',
'p',
'p',
'l',
'i',
'c',
'a',
't',
'i',
'o',
'n',0};
230#define HARDCODED_NATIVE_WMSDK (PERCEIVEDFLAG_HARDCODED | PERCEIVEDFLAG_NATIVESUPPORT | PERCEIVEDFLAG_WMSDK)
231#define HARDCODED_NATIVE_GDIPLUS (PERCEIVEDFLAG_HARDCODED | PERCEIVEDFLAG_NATIVESUPPORT | PERCEIVEDFLAG_GDIPLUS)
232#define HARDCODED_NATIVE_ZIPFLDR (PERCEIVEDFLAG_HARDCODED | PERCEIVEDFLAG_NATIVESUPPORT | PERCEIVEDFLAG_ZIPFOLDER)
233#define SOFTCODED_NATIVESUPPORT (PERCEIVEDFLAG_SOFTCODED | PERCEIVEDFLAG_NATIVESUPPORT)
303 static const WCHAR PerceivedTypeKey[] = {
'P',
'e',
'r',
'c',
'e',
'i',
'v',
'e',
'd',
'T',
'y',
'p',
'e',0};
304 static const WCHAR SystemFileAssociationsKey[] = {
'S',
'y',
's',
't',
'e',
'm',
'F',
'i',
'l',
'e',
305 'A',
's',
's',
'o',
'c',
'i',
'a',
't',
'i',
'o',
'n',
's',
'\\',
'%',
's',0};
308 TRACE(
"(%s,%p,%p,%p)\n",
debugstr_w(lpszExt), lpType, lpFlag, lppszType);
313 *lpType =
Info->Perceived;
314 *lpFlag =
Info->FlagHardcoded;
338 *lpType =
Info->Perceived;
339 *lpFlag =
Info->FlagSoftcoded;
345 if (lppszType &&
Info->Type)
368 IQueryAssociations* lpAssoc;
370 TRACE(
"(0x%lx,%d,%s,%s,%p)\n", cfFlags, assockey,
debugstr_w(pszAssoc),
373 hRet =
AssocCreate( CLSID_QueryAssociations, &IID_IQueryAssociations, (
void **)&lpAssoc );
374 if (
FAILED(hRet))
return hRet;
413 TRACE(
"(0x%lx,%d,%s,%s,%p)\n", cfFlags, assockey,
debugstr_a(pszAssoc),
419 hRet =
AssocQueryKeyW(cfFlags, assockey, lpszAssocW, lpszExtraW, phkeyOut);
422 if (lpszAssocW != szAssocW)
425 if (lpszExtraW != szExtraW)
440 IQueryAssociations* lpAssoc;
448 hRet =
AssocCreate( CLSID_QueryAssociations, &IID_IQueryAssociations, (
void **)&lpAssoc );
449 if (
FAILED(hRet))
return hRet;
495 DWORD dwLenOut = *pcchOut;
498 lpszReturnW =
malloc((dwLenOut + 1) *
sizeof(
WCHAR));
507 lpszReturnW, &dwLenOut);
514 if (lpszReturnW != szReturnW)
519 if (lpszAssocW != szAssocW)
521 if (lpszExtraW != szExtraW)
536 IQueryAssociations* lpAssoc;
538 TRACE(
"(0x%lx,0x%d,%p,%s,%p,%p)\n", cfFlags,
str, hkAssoc,
541 hRet =
AssocCreate( CLSID_QueryAssociations, &IID_IQueryAssociations, (
void **)&lpAssoc );
542 if (
FAILED(hRet))
return hRet;
584 TRACE(
"(0x%lx,0x%d,%p,%s,%p,%p)\n", cfFlags,
str, hkAssoc,
591 DWORD dwLenOut = *pcchOut;
593 lpszReturnW =
malloc((dwLenOut + 1) *
sizeof(
WCHAR));
598 lpszReturnW, &dwLenOut);
604 if (lpszReturnW != szReturnW)
609 if (lpszExtraW != szExtraW)
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
void shell(int argc, const char *argv[])
LSTATUS WINAPI RegGetValueW(HKEY hKey, LPCWSTR pszSubKey, LPCWSTR pszValue, DWORD dwFlags, LPDWORD pdwType, PVOID pvData, LPDWORD pcbData)
#define WideCharToMultiByte
#define MultiByteToWideChar
int WINAPI StrCmpIW(const WCHAR *str, const WCHAR *comp)
HRESULT WINAPI SHStrDupW(const WCHAR *src, WCHAR **dest)
HRESULT WINAPI SHCoCreateInstance(LPCWSTR aclsid, const CLSID *clsid, LPUNKNOWN pUnkOuter, REFIID riid, LPVOID *ppv)
BOOL WINAPI AssocIsDangerous(LPCWSTR lpszAssoc)
static BOOL SHLWAPI_ParamAToW(LPCSTR lpszParam, LPWSTR lpszBuff, DWORD dwLen, LPWSTR *lpszOut)
#define SHLWAPI_DEF_ASSOCF
#define HARDCODED_NATIVE_ZIPFLDR
#define SOFTCODED_NATIVESUPPORT
static const WCHAR system_exts[]
HRESULT WINAPI AssocQueryKeyW(ASSOCF cfFlags, ASSOCKEY assockey, LPCWSTR pszAssoc, LPCWSTR pszExtra, HKEY *phkeyOut)
HRESULT WINAPI AssocQueryKeyA(ASSOCF cfFlags, ASSOCKEY assockey, LPCSTR pszAssoc, LPCSTR pszExtra, HKEY *phkeyOut)
HRESULT WINAPI AssocCreate(CLSID clsid, REFIID refiid, void **lpInterface)
const WCHAR type_compressed[]
HRESULT WINAPI AssocQueryStringA(ASSOCF cfFlags, ASSOCSTR str, LPCSTR pszAssoc, LPCSTR pszExtra, LPSTR pszOut, DWORD *pcchOut)
static const WCHAR document_exts[]
const WCHAR type_document[]
HRESULT WINAPI AssocQueryStringByKeyW(ASSOCF cfFlags, ASSOCSTR str, HKEY hkAssoc, LPCWSTR pszExtra, LPWSTR pszOut, DWORD *pcchOut)
static const WCHAR audio_exts[]
HRESULT WINAPI AssocGetPerceivedType(LPCWSTR lpszExt, PERCEIVED *lpType, INT *lpFlag, LPWSTR *lppszType)
const WCHAR type_system[]
static const struct AssocPerceivedInfo known_types[]
static const struct AssocPerceivedInfo * AssocFindByType(LPCWSTR pszType)
HRESULT WINAPI AssocQueryStringW(ASSOCF cfFlags, ASSOCSTR str, LPCWSTR pszAssoc, LPCWSTR pszExtra, LPWSTR pszOut, DWORD *pcchOut)
#define HARDCODED_NATIVE_WMSDK
HRESULT WINAPI AssocQueryStringByKeyA(ASSOCF cfFlags, ASSOCSTR str, HKEY hkAssoc, LPCSTR pszExtra, LPSTR pszOut, DWORD *pcchOut)
const WCHAR type_application[]
static const struct AssocPerceivedInfo * AssocFindByBuiltinExtension(LPCWSTR pszExt)
static const WCHAR application_exts[]
static const WCHAR image_exts[]
#define HARDCODED_NATIVE_GDIPLUS
static const WCHAR video_exts[]
static const WCHAR compressed_exts[]
static const WCHAR unspecified_exts[]
static struct proto Ext[]
#define ERROR_FILE_NOT_FOUND
#define IsEqualGUID(rguid1, rguid2)
#define IQueryAssociations_GetKey(p, a, b, c, d)
#define IQueryAssociations_Release(p)
#define IQueryAssociations_Init(p, a, b, c, d)
#define IQueryAssociations_GetString(p, a, b, c, d, e)
enum tagPERCEIVED PERCEIVED
@ PERCEIVED_TYPE_COMPRESSED
@ PERCEIVED_TYPE_DOCUMENT
@ PERCEIVED_TYPE_UNSPECIFIED
@ PERCEIVED_TYPE_APPLICATION
_Must_inspect_result_ _In_ WDFCHILDLIST _In_ PWDF_CHILD_LIST_ITERATOR _Out_ WDFDEVICE _Inout_opt_ PWDF_CHILD_RETRIEVE_INFO Info
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ DEVPROPTYPE _In_ ULONG Size
_Must_inspect_result_ _In_ WDFDEVICE _In_ PCUNICODE_STRING KeyName
static HRESULT HRESULT_FROM_WIN32(unsigned int x)
#define CLASS_E_CLASSNOTAVAILABLE
#define HKEY_CLASSES_ROOT