Pointwise Plugin SDK
Public Attributes | List of all members

Provides general information about a plugin. More...

#include <apiPWP.h>

+ Collaboration diagram for PWP_PLUGININFO:

Public Attributes

PWP_UINT32 apiCount
 number of APIs implemented by this plugin More...
 
const char * author
 company/author description More...
 
const char * copyright
 copyright description More...
 
PWP_MESSAGECB defCB
 assigned default message callback More...
 
PWP_VERSION libVer
 software library release version More...
 
PWP_VERSION pwpVer
 plugin conforms to this PWP-API version More...
 
PWP_MESSAGECB spyCB
 assigned spy message callback More...
 
const char * support
 support description (phone, web-link). More...
 

Detailed Description

Provides general information about a plugin.

Definition at line 664 of file apiPWP.h.

Member Data Documentation

◆ apiCount

PWP_UINT32 PWP_PLUGININFO::apiCount

number of APIs implemented by this plugin

Definition at line 682 of file apiPWP.h.

Referenced by PwpGetPluginInfo().

◆ author

const char* PWP_PLUGININFO::author

company/author description

Definition at line 673 of file apiPWP.h.

Referenced by CaePlugin< MT >::getAuthorInfo().

◆ copyright

const char* PWP_PLUGININFO::copyright

copyright description

Definition at line 679 of file apiPWP.h.

Referenced by CaePlugin< MT >::getCopyrightInfo().

◆ defCB

PWP_MESSAGECB PWP_PLUGININFO::defCB

assigned default message callback

Definition at line 685 of file apiPWP.h.

Referenced by PwpGetPluginInfo().

◆ libVer

PWP_VERSION PWP_PLUGININFO::libVer

software library release version

Definition at line 670 of file apiPWP.h.

Referenced by CaePlugin< MT >::getVersion().

◆ pwpVer

PWP_VERSION PWP_PLUGININFO::pwpVer

plugin conforms to this PWP-API version

Definition at line 667 of file apiPWP.h.

Referenced by CaePlugin< MT >::getApiVersion().

◆ spyCB

PWP_MESSAGECB PWP_PLUGININFO::spyCB

assigned spy message callback

Definition at line 688 of file apiPWP.h.

Referenced by PwpGetPluginInfo().

◆ support

const char* PWP_PLUGININFO::support

support description (phone, web-link).

Definition at line 676 of file apiPWP.h.

Referenced by CaePlugin< MT >::getSupportInfo().


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