PA_GetAdvancedProperties


version 2003


PA_GetAdvancedProperties (properties; dataSize) → void*

Parameter Type Description
properties PA_PluginProperties Properties of the Plugin Area
dataSize long* Pointer to the size of the data
Function result void* Pointer to Advanced Properties buffer

Description

The command PA_GetAdvancedProperties returns a pointer to the buffer that holds the Advanced Properties of the Area. The properties parameter can be accessed using the

PA_GetPluginProperties
command.

Examples

   // read Advanced Properties parameters
   PA_GetPluginProperties( params, &props );
   advancedProperties = PA_GetAdvancedProperties( &props, &advancedPropertiesSize );

See Also

Create and use an external area , PA_GetAdvancedPropertiesToDispose , PA_GetPluginProperties , PA_SetAdvancedProperties .