AssocCreate (SHLWAPI.@)
HRESULT AssocCreate ( CLSID clsid, REFIID refiid, void** lpInterface )
Create a new IQueryAssociations object.
clsid | [In] | CLSID of object. |
refiid | [In] | REFIID of interface. |
lpInterface | [Out] | Destination for the created IQueryAssociations object. |
Success: S_OK. lpInterface contains the new object.
Failure: An HRESULT error code indicating the error.
refiid must be equal to IID_IQueryAssociations, or this function will fail.
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.