IQueryAssociations_GetKey (SHLWAPI.@)
static HRESULT IQueryAssociations_GetKey ( IQueryAssociations* iface, ASSOCF cfFlags, ASSOCKEY assockey, LPCWSTR pszExtra, HKEY* phkeyOut )
Get a file association key from the registry.
iface | [In] | IQueryAssociations interface to query. |
cfFlags | [In] | ASSOCF_ flags from "shlwapi.h". |
assockey | [In] | Type of key to get (ASSOCKEY enum from "shlwapi.h"). |
pszExtra | [In] | Extra information about the key location. |
phkeyOut | [Out] | Destination for the association key. |
Success: S_OK. phkeyOut contains a handle to the key.
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 © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.