ADS_DEREFENUM
The ADS_DEREFENUM enumeration specifies the process through which aliases are dereferenced.
Syntax
enum ADS_DEREFENUM
{
ADS_DEREF_NEVER = 0, //0x0
ADS_DEREF_SEARCHING = 1, //0x1
ADS_DEREF_FINDING = 2, //0x2
ADS_DEREF_ALWAYS = 3 //0x3
}
Constants
-
Flag
-
Description
-
ADS_DEREF_NEVER
-
Does not dereference aliases when searching or locating the base object of the search.
-
ADS_DEREF_SEARCHING
-
Dereferences aliases when searching subordinates of the base object, but not when locating the base itself.
-
ADS_DEREF_FINDING
-
Dereferences aliases when locating the base object of the search, but not when searching its subordinates.
-
ADS_DEREF_ALWAYS
-
Dereferences aliases when both searching subordinates and locating the base object of the search.
Requirements
Minimum required version: 2009.1