|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdarg.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winreg.h"
#include "objbase.h"
#include "shlguid.h"
#include "shlobj.h"
#include "shlwapi.h"
#include "wine/unicode.h"
#include "wine/debug.h"
Go to the source code of this file.
Defines |
| #define | SHLWAPI_DEF_ASSOCF |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (shell) |
| static BOOL | SHLWAPI_ParamAToW (LPCSTR lpszParam, LPWSTR lpszBuff, DWORD dwLen, LPWSTR *lpszOut) |
| HRESULT WINAPI | AssocCreate (CLSID clsid, REFIID refiid, void **lpInterface) |
| 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 | AssocQueryStringW (ASSOCF cfFlags, ASSOCSTR str, LPCWSTR pszAssoc, LPCWSTR pszExtra, LPWSTR pszOut, DWORD *pcchOut) |
| HRESULT WINAPI | AssocQueryStringA (ASSOCF cfFlags, ASSOCSTR str, LPCSTR pszAssoc, LPCSTR pszExtra, LPSTR pszOut, DWORD *pcchOut) |
| HRESULT WINAPI | AssocQueryStringByKeyW (ASSOCF cfFlags, ASSOCSTR str, HKEY hkAssoc, LPCWSTR pszExtra, LPWSTR pszOut, DWORD *pcchOut) |
| HRESULT WINAPI | AssocQueryStringByKeyA (ASSOCF cfFlags, ASSOCSTR str, HKEY hkAssoc, LPCSTR pszExtra, LPSTR pszOut, DWORD *pcchOut) |
| BOOL WINAPI | AssocIsDangerous (LPCWSTR lpszAssoc) |
Generated on Mon May 28 2012 04:45:32 for ReactOS by
1.7.6.1
|