Scroll to navigation

CoGetTreatAsClass(3w) Wine API CoGetTreatAsClass(3w)

NAME

CoGetTreatAsClass (OLE32.@)

SYNOPSIS

HRESULT CoGetTreatAsClass
(
REFCLSID clsidOld,
LPCLSID clsidNew
)
 

DESCRIPTION

Gets the TreatAs value of a class.
 

PARAMS

clsidOld [In] Class to get the TreatAs value of.
clsidNew [In] The class the clsidOld should be treated as.
 

RETURNS

Success: S_OK.
Failure: HRESULT code.
 

SEE ALSO

CoSetTreatAsClass
 

IMPLEMENTATION

Declared in "objbase.h".
Implemented in "dlls/ole32/compobj.c".
Debug channel "ole".
Oct 2012 Wine API