ADM_ACTIONNAMEFORMAT_ENUM

The ADM_ACTIONNAMEFORMAT_ENUM enumeration specifies formatting options for the generation of action and operation descriptions.

Syntax

enum ADM_ACTIONNAMEFORMAT_ENUM
{
    ADM_ACTIONNAMEFORMAT_NONE                       = 0,    //0x0
    ADM_ACTIONNAMEFORMAT_INADDITIONALDATA           = 8,    //0x8
    ADM_ACTIONNAMEFORMAT_SHORTNAME                  = 16,   //0x10
    ADM_ACTIONNAMEFORMAT_OBJECTTYPE                 = 32    //0x20
}

Constants

  • Flag

  • Description

  • ADM_ACTIONNAMEFORMAT_NONE

  • The description will include the names and the parent paths of relevant objects.

  • ADM_ACTIONNAMEFORMAT_INADDITIONALDATA

  • The description will contain additional action details.

  • ADM_ACTIONNAMEFORMAT_SHORTNAME

  • The description will include the names of relevant objects, but not the parent paths.

  • ADM_ACTIONNAMEFORMAT_OBJECTTYPE

  • The description will include the type of the target object instead of its name.

Requirements

Minimum required version: 2025.1

See also