Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Call this function to associate the COleDataObject object with an OLE data object.
void Attach(
LPDATAOBJECT lpDataObject,
BOOL bAutoRelease = TRUE
);
Parameters
lpDataObject
Points to an OLE data object.bAutoRelease
TRUE if the OLE data object should be released when the COleDataObject object is destroyed; otherwise FALSE.
Remarks
For more information, see IDataObject in the Windows SDK.
Requirements
Header: afxole.h