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.
clsid must be equal to CLSID_QueryAssociations and refiid must be equal to IID_IQueryAssociations, IID_IUnknown or this function will fail
Declared in "include/shlwapi.h". gitlab.winehq.org/wine/wine/blob/master/include/shlwapi.h
Implemented in "dlls/shlwapi/assoc.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/assoc.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.