#include <c4d_baselist.h>
Message struct for the MSG_RETRIEVEPRIVATEDATA message.
For example, this message can be used to get/set exporters/importers settings: 
BaseList2D* exporter;
{
  if (!exporter)
    return false;
 
  
  BaseContainer& 
data = abc->GetDataInstanceRef();
 
 
  
 
}
@ ABCEXPORT_PARTICLE_GEOMETRY
Definition: falembicexport.h:31
 
@ ABCEXPORT_XREFS
Definition: falembicexport.h:30
 
@ ABCEXPORT_HAIR
Definition: falembicexport.h:26
 
#define MSG_RETRIEVEPRIVATEDATA
A generic private message to retrieve data from an object. Specific for every type of object so no pu...
Definition: c4d_baselist.h:418
 
@ SCENESAVER
Scene saver. (SceneSaverData)
 
@ DONTADDTORECENTLIST
Do not add the saved document to the recent file list.
 
BasePlugin * FindPlugin(Int32 id, PLUGINTYPE type)
 
Bool SaveDocument(BaseDocument *doc, const Filename &name, SAVEDOCUMENTFLAGS saveflags, Int32 format)
 
void * data
The address returned.
Definition: c4d_baselist.h:906
 
   
◆ RetrievePrivateData()
◆ flags
The flags for the retrieval. 
 
 
◆ data