SPAdaptersMessage Struct Reference
The message passed with all kSPAdaptersCaller
calls.
More...
#include <SPAdapts.h>
List of all members.
Public Attributes |
SPMessageData | d |
| The message data.
|
SPAdapterRef | adapter |
| The adapter object.
|
struct SPPlugin * | targetPlugin |
| For kSPAdaptersAboutSelector , kSPAdaptersLoadPluginSelector , kSPAdaptersReleasePluginSelector , kSPAdaptersSendMessageSelector , kSPAdaptersFindPropertySelector , the plug-in object which to act upon (display information, load, release, send a message to, or find properties for).
|
SPErr | targetResult |
| For all selectors, the target result of the handler, if any.
|
PIType | vendorID |
| For kSPAdaptersFindPropertySelector .
|
PIType | propertyKey |
| For kSPAdaptersFindPropertySelector .
|
ai::int32 | propertyID |
| For kSPAdaptersFindPropertySelector .
|
void * | property |
| For kSPAdaptersFindPropertySelector .
|
SPFlushCachesProc | flushProc |
| For kSPAdaptersFlushSelector .
|
ai::int32 | flushed |
| For kSPAdaptersFlushSelector .
|
struct SPSuiteList * | suiteList |
| For kSPAdaptersAcquireSuiteHostSelector and kSPAdaptersReleaseSuiteHostSelector .
|
struct SPSuite * | suite |
| For kSPAdaptersAcquireSuiteHostSelector and kSPAdaptersReleaseSuiteHostSelector .
|
struct SPPlugin * | host |
| For kSPAdaptersAcquireSuiteHostSelector and kSPAdaptersReleaseSuiteHostSelector .
|
const void * | suiteProcs |
| For kSPAdaptersAcquireSuiteHostSelector and kSPAdaptersReleaseSuiteHostSelector .
|
ai::int32 | acquired |
| For kSPAdaptersAcquireSuiteHostSelector and kSPAdaptersReleaseSuiteHostSelector .
|
const char * | plugin_caller |
| For kSPAdaptersSendMessageSelector .
|
const char * | plugin_selector |
| For kSPAdaptersSendMessageSelector .
|
void * | plugin_message |
| For kSPAdaptersSendMessageSelector .
|
Detailed Description
The message passed with all kSPAdaptersCaller
calls.
Fields are used by specific selectors as indicated.
Member Data Documentation
The adapter object.
All selectors. If you add more than one adapter for a plug-in, use this to determine which handler to use.
The message data.
All selectors.
For all selectors, the target result of the handler, if any.
The documentation for this struct was generated from the following file: