Pointwise Plugin SDK
Public Attributes | List of all members

#include <apiPWP.h>

Public Attributes

void * dest_
 Pointer to the opaque value destination. More...
 
PwpValue_tPwpValueCB_
 Callback function used to marshall a plugin value into dest_. More...
 

Detailed Description

PWP_HVALUE implementation

Note
PWP_HVALUE == PWP_HVALUE_IMPL*

Definition at line 730 of file apiPWP.h.

Member Data Documentation

◆ dest_

void* PWP_HVALUE_IMPL::dest_

Pointer to the opaque value destination.

The plugin should never use or modify this pointer directly.

Definition at line 733 of file apiPWP.h.

Referenced by PwuValueSetter().

◆ PwpValueCB_

PwpValue_t* PWP_HVALUE_IMPL::PwpValueCB_

Callback function used to marshall a plugin value into dest_.

This callback is provided by the framework.

Definition at line 736 of file apiPWP.h.

Referenced by PwuValueSetter().


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