API Reference > Other Classes > OdOxOleLinkManager Class > OdOxOleLinkManager Methods > SetIUnknown Method > OdOxOleLinkManager::SetIUnknown Method (OdDbDatabase *, IUnknown*)
OdOxOleLinkManager::SetIUnknown Method (OdDbDatabase *, IUnknown*)
Syntax
C++
virtual bool SetIUnknown(OdDbDatabase * pDb, IUnknown* pIUnknown = 0) = 0;
Parameters 
Description 
OdDbDatabase * pDb 
[in] Pointer to the database.  
IUnknown* pIUnknown = 0 
[in] Pointer to the COM wrapper. 

Sets the link between the specified database and the specified COM wrapper. 

 

If pIUnknown is NULL, the link is removed.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.