Share

AcAxGetIUnknownOfObject

C++

HRESULT AXAUTOEXP AcAxGetIUnknownOfObject(
    LPUNKNOWN* ppUnk, 
    AcDbObject* pObj, 
    LPDISPATCH pApp
);

File

axboiler.h

Description

Given a pointer to a database-resident object, returns the IUnknown pointer of the COM wrapper associated with the object.

Parameters

Parameters Description
ppUnk Output IUnknown pointer
pObj Input database-resident object
pApp Input IDispatch of the Application object being used

Was this information helpful?