AboutRecord Struct Reference

Record passed to plug-in modules for the about selectors. More...

#include <PIAbout.h>

Data Fields

void * platformData
 Platform specific information.
SPBasicSuite * sSPBasic
 PICA basic suite.
void * plugInRef
 Plug-in reference used by PICA.
char reserved [244]
 Reserved bytes.

Detailed Description

Record passed to plug-in modules for the about selectors.

When the host sends the about selector to a plug-in module, the usual plug-in parameter block is not filled out, none of the callbacks or standard data are available. Instead the parameter block points to this data structure.

See About Boxes for more information.


Field Documentation

Platform specific information.

See PlatformData in PITypes.h.

SPBasicSuite* AboutRecord::sSPBasic

PICA basic suite.

Plug-in reference used by PICA.

Reserved bytes.

Set to zero


The documentation for this struct was generated from the following file: