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 kSPAdaptersAcquireSuiteHostSelectorandkSPAdaptersReleaseSuiteHostSelector.
 | 
| struct SPSuite * | suite | 
|  | For kSPAdaptersAcquireSuiteHostSelectorandkSPAdaptersReleaseSuiteHostSelector.
 | 
| struct SPPlugin * | host | 
|  | For kSPAdaptersAcquireSuiteHostSelectorandkSPAdaptersReleaseSuiteHostSelector.
 | 
| const void * | suiteProcs | 
|  | For kSPAdaptersAcquireSuiteHostSelectorandkSPAdaptersReleaseSuiteHostSelector.
 | 
| ai::int32 | acquired | 
|  | For kSPAdaptersAcquireSuiteHostSelectorandkSPAdaptersReleaseSuiteHostSelector.
 | 
| 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: