22 #define _WIN32_WINNT _WIN32_WINNT_VISTA
35#include "wine/unicode.h"
42#define SHLWAPI_DEF_ASSOCF (ASSOCF_INIT_BYEXENAME | ASSOCF_INIT_DEFAULTTOSTAR | \
43 ASSOCF_INIT_DEFAULTTOFOLDER | ASSOCF_INIT_NOREMAPCLSID | \
44 ASSOCF_INIT_IGNOREUNKNOWN)
46#define SHLWAPI_DEF_ASSOCF (ASSOCF_INIT_BYEXENAME|ASSOCF_INIT_DEFAULTTOSTAR| \
47 ASSOCF_INIT_DEFAULTTOFOLDER)
70 dwStrLen *
sizeof(
WCHAR));
107 *(
DWORD*)lpInterface = 0;
127 '.',
's',
'e',
'a',
'r',
'c',
'h',
'-',
'm',
's',0,
137 '.',
'j',
'f',
'i',
'f',0,
139 '.',
'j',
'p',
'e',
'g',0,
144 '.',
't',
'i',
'f',
'f',0,
151 '.',
'a',
'i',
'f',
'c',0,
152 '.',
'a',
'i',
'f',
'f',0,
156 '.',
'm',
'i',
'd',
'i',0,
157#if _WIN32_WINNT > 0x602
173 '.',
'd',
'v',
'r',
'-',
'm',
's',0,
176#if _WIN32_WINNT <= 0x602
179 '.',
'm',
'p',
'2',
'v',0,
182 '.',
'm',
'p',
'e',
'g',0,
184 '.',
'm',
'p',
'v',
'2',0,
198#if _WIN32_WINNT >= 0x600
200 '.',
'h',
't',
'm',
'l',0,
230const WCHAR type_compressed[] = {
'c',
'o',
'm',
'p',
'r',
'e',
's',
's',
'e',
'd',0};
233const WCHAR type_application[] = {
'a',
'p',
'p',
'l',
'i',
'c',
'a',
't',
'i',
'o',
'n',0};
235#define HARDCODED_NATIVE_WMSDK (PERCEIVEDFLAG_HARDCODED | PERCEIVEDFLAG_NATIVESUPPORT | PERCEIVEDFLAG_WMSDK)
236#define HARDCODED_NATIVE_GDIPLUS (PERCEIVEDFLAG_HARDCODED | PERCEIVEDFLAG_NATIVESUPPORT | PERCEIVEDFLAG_GDIPLUS)
237#define HARDCODED_NATIVE_ZIPFLDR (PERCEIVEDFLAG_HARDCODED | PERCEIVEDFLAG_NATIVESUPPORT | PERCEIVEDFLAG_ZIPFOLDER)
238#define SOFTCODED_NATIVESUPPORT (PERCEIVEDFLAG_SOFTCODED | PERCEIVEDFLAG_NATIVESUPPORT)
308 static const WCHAR PerceivedTypeKey[] = {
'P',
'e',
'r',
'c',
'e',
'i',
'v',
'e',
'd',
'T',
'y',
'p',
'e',0};
309 static const WCHAR SystemFileAssociationsKey[] = {
'S',
'y',
's',
't',
'e',
'm',
'F',
'i',
'l',
'e',
310 'A',
's',
's',
'o',
'c',
'i',
'a',
't',
'i',
'o',
'n',
's',
'\\',
'%',
's',0};
313 TRACE(
"(%s,%p,%p,%p)\n",
debugstr_w(lpszExt), lpType, lpFlag, lppszType);
318 *lpType =
Info->Perceived;
319 *lpFlag =
Info->FlagHardcoded;
343 *lpType =
Info->Perceived;
344 *lpFlag =
Info->FlagSoftcoded;
350 if (lppszType &&
Info->Type)
373 IQueryAssociations* lpAssoc;
378 hRet =
AssocCreate( CLSID_QueryAssociations, &IID_IQueryAssociations, (
void **)&lpAssoc );
379 if (
FAILED(hRet))
return hRet;
424 hRet =
AssocQueryKeyW(cfFlags, assockey, lpszAssocW, lpszExtraW, phkeyOut);
427 if (lpszAssocW != szAssocW)
430 if (lpszExtraW != szExtraW)
445 IQueryAssociations* lpAssoc;
453 hRet =
AssocCreate( CLSID_QueryAssociations, &IID_IQueryAssociations, (
void **)&lpAssoc );
454 if (
FAILED(hRet))
return hRet;
500 DWORD dwLenOut = *pcchOut;
504 (dwLenOut + 1) *
sizeof(
WCHAR));
506 dwLenOut =
sizeof(szReturnW) /
sizeof(szReturnW[0]);
513 lpszReturnW, &dwLenOut);
520 if (lpszReturnW != szReturnW)
525 if (lpszAssocW != szAssocW)
527 if (lpszExtraW != szExtraW)
542 IQueryAssociations* lpAssoc;
544 TRACE(
"(0x%x,0x%d,%p,%s,%p,%p)\n", cfFlags,
str, hkAssoc,
547 hRet =
AssocCreate( CLSID_QueryAssociations, &IID_IQueryAssociations, (
void **)&lpAssoc );
548 if (
FAILED(hRet))
return hRet;
590 TRACE(
"(0x%x,0x%d,%p,%s,%p,%p)\n", cfFlags,
str, hkAssoc,
597 DWORD dwLenOut = *pcchOut;
600 (dwLenOut + 1) *
sizeof(
WCHAR));
605 lpszReturnW, &dwLenOut);
611 if (lpszReturnW != szReturnW)
616 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 HeapFree(x, y, z)
#define WideCharToMultiByte
#define MultiByteToWideChar
int WINAPI StrCmpIW(const WCHAR *str, const WCHAR *comp)
HRESULT WINAPI SHCoCreateInstance(LPCWSTR aclsid, const CLSID *clsid, LPUNKNOWN pUnkOuter, REFIID refiid, 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[]
HRESULT WINAPI SHStrDupW(LPCWSTR src, LPWSTR *dest)
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
#define HRESULT_FROM_WIN32(x)
#define CLASS_E_CLASSNOTAVAILABLE
#define HKEY_CLASSES_ROOT