IQueryAssociations_Init (SHLWAPI.@)
static HRESULT IQueryAssociations_Init ( IQueryAssociations* iface, ASSOCF cfFlags, LPCWSTR pszAssoc, HKEY hkeyProgid, HWND hWnd )
Initialise an IQueryAssociations object.
iface | [In] | IQueryAssociations interface to initialise. |
cfFlags | [In] | ASSOCF_ flags from "shlwapi.h". |
pszAssoc | [In] | String for the root key name, or NULL if hkeyProgid is given. |
hkeyProgid | [In] | Handle for the root key, or NULL if pszAssoc is given. |
hWnd | [In] | Reserved, must be NULL. |
Success: S_OK. iface is initialised with the parameters given.
Failure: An HRESULT error code indicating the error.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/assoc.c". source.winehq.org/source/dlls/shlwapi/assoc.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.