DllGetClassObject(3w)

NAME

DllGetClassObject (URLMON.@)

SYNOPSIS

HRESULT DllGetClassObject
 (
  REFCLSID rclsid,
  REFIID   riid,
  LPVOID*  ppv
 )

DESCRIPTION

Retrieves class object from a dll object.

NOTES

Docs say returns STDAPI.

PARAMS

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.

RETURNS

Success: S_OK

Failure: CLASS_E_CLASSNOTAVAILABLE, E_OUTOFMEMORY, E_INVALIDARG, E_UNEXPECTED

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/urlmon/urlmon_main.c".

Debug channel "urlmon".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout