PA_GetAdvancedProperties

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_GetAdvancedProperties (properties; dataSize) void*

ParameterTypeDescription
propertiesPA_PluginPropertiesProperties of the Plugin Area
dataSizelong*Pointer to the size of the data
Function resultvoid*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.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next