Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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