NAME

DPLAYX_DllGetClassObject  (DPLAYX.11)

SYNOPSIS

 DWORD DPLAYX_DllGetClassObject
 (
  REFCLSID rclsid,
  REFIID   riid,
  LPVOID*  ppv
 )

DESCRIPTION

Retrieves DP or DPL 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

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/dplayx/dpclassfactory.c". source.winehq.org/source/dlls/dplayx/dpclassfactory.c

Debug channel "dplay".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.