DllGetClassObject (URLMON.@)
HRESULT DllGetClassObject ( REFCLSID rclsid, REFIID riid, LPVOID* ppv )
Retrieves class object from a dll object.
Docs say returns STDAPI.
rclsid | [In] | CLSID for the class object. |
riid | [In] | Reference to identifier of interface for class object. |
ppv | [Out] | Address of variable to receive interface pointer for riid. |
Success: S_OK
Failure: CLASS_E_CLASSNOTAVAILABLE, E_OUTOFMEMORY, E_INVALIDARG, E_UNEXPECTED
Declared in "include/rpcproxy.h". gitlab.winehq.org/wine/wine/blob/master/include/rpcproxy.h
Implemented in "dlls/urlmon/urlmon_main.c". gitlab.winehq.org/wine/wine/blob/master/dlls/urlmon/urlmon_main.c
Debug channel "urlmon".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.