AIClipboardData Struct Reference
Data used to register a clipboard format handler.  
More...
#include <AIClipboard.h>
List of all members.
| Public Attributes | 
| const char * | clipboardName | 
|  | The format name, such as "myCompany File Format" or "Rich Text Format". 
 | 
| ai::int32 | OleType | 
|  | In Windows, the OLE data type, such as CF_TEXTorCF_BITMAP.
 | 
| DDType | uniqueType | 
|  | In Mac OS, the unique data resource type ( ResType), such as'TEXT'or'PICT'.
 | 
Detailed Description
Data used to register a clipboard format handler. 
See AIClipboardSuite::AddClipboard(). 
Member Data Documentation
The format name, such as "myCompany File Format" or "Rich Text Format". 
 
 
In Windows, the OLE data type, such as CF_TEXT or CF_BITMAP. 
 
 
In Mac OS, the unique data resource type (ResType), such as 'TEXT' or 'PICT'. 
Check AIDragDropTypes.h to make sure it is unique. 
 
 
The documentation for this struct was generated from the following file: