MFC Grid manual

IClipboardFormat::RestoredInfo Struct Reference

This structure keeps data with their hierarchy, deserialized from the clipboard. More...

#include <IClipboardFormat.h>

List of all members.


Public Attributes

CGridm_Grid
 Valid pointer to the grid that puts data to the clipboard (Inside of an application).
ContextType m_ContextType
 Context that is a data source.
GUI::Handles m_Handles
 List of deserialized handles.
DataObjects m_CreatedObjects
 List of the data objects, imported from other applications.
SourceType m_SourceType
 Indicates which applications put data to the clipboard. Local - the same, Remote - other one.
int m_FormatId
 Clipboard format identifier.
UINT m_userData
 User defined data (not for all clipboard formats).

Detailed Description

This structure keeps data with their hierarchy, deserialized from the clipboard.