Jump to: navigation, search

CfgDeltaAppPrototype

Description

The changes to make to a CfgAppPrototype object.

Attributes

  • deltaAppPrototype — A pointer to the structure containing information about changes made to this service data. Mandatory.
  • deletedOptions — A pointer to the list of deleted application-specific options. The structure of this parameter is described in the comments to type CfgAppPrototype. An option is deleted by specifying the name of the section that this option belongs to, and the name of the option itself with any value. A whole section is deleted by specifying the name of that section and an empty secondary list.
  • changedOptions — A pointer to the list of application-specific options whose values have been changed. The structure of this parameter is described in the comments to type CfgAppPrototype. A value of an option is changed by specifying the name of the section that this option belongs to, the name of the option itself, and the new value of that option.
  • deletedUserProperties — A pointer to the list of deleted user-defined properties. Has the same structure as parameter userProperties.
  • changedUserProperties — A pointer to the list of user-defined properties whose values have been changed. Has the same structure as parameter userProperties.

Comments

Changes made to the options of an application prototype will not affect application-specific options of the existing applications associated with this prototype.

This page was last edited on June 27, 2017, at 20:20.
Comments or questions about this documentation? Contact us for support!