ADM_SETINFOPARAMS_ENUM

The ADM_SETINFOPARAMS_ENUM enumeration specifies flags for the IAdmTop::SetInfo2 and IAdmTop::SetInfoEx2 methods.

Syntax

enum ADM_SETINFOPARAMS_ENUM
{
    ADM_SETINFOPARAMS_NONE                     = 0,  //0x0
    ADM_SETINFOPARAMS_RESOLVEVALUEREFERENCES   = 1,  //0x1
}

Constants

  • Flag

  • Description

  • ADM_SETINFOPARAMS_NONE

  • Property values are persisted to the directory without resolving value references.

  • ADM_SETINFOPARAMS_RESOLVEVALUEREFERENCES

  • Value references in property values are resolved prior to persisting changes to the directory.

Requirements

Minimum required version: 2011.1

See also