AMSTREAM_DllGetClassObject (AMSTREAM.@)
DWORD AMSTREAM_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
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/amstream/main.c". source.winehq.org/source/dlls/amstream/main.c
Debug channel "amstream".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.