Pointwise Plugin SDK
Public Attributes | List of all members

The data sent by plugins for text messages. More...

#include <apiPWP.h>

Public Attributes

PWP_UINT32 code
 API defined message code. More...
 
const char * text
 API defined message string. More...
 

Detailed Description

The data sent by plugins for text messages.

The framework will decide how to display the messages.

Definition at line 638 of file apiPWP.h.

Member Data Documentation

◆ code

PWP_UINT32 PWP_MSG_TEXT::code

API defined message code.

Definition at line 641 of file apiPWP.h.

Referenced by PwuSendTextMsg().

◆ text

const char* PWP_MSG_TEXT::text

API defined message string.

Definition at line 644 of file apiPWP.h.

Referenced by PwuSendTextMsg().


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