Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DDRPropertyFlagsEnum
enumeration, in Configuration Manager, specifies flags that are used by ISMSResGen
.
Syntax
enum DDRPropertyFlagsEnum
{
ADDPROP_NONE = 0x0,
ADDPROP_GUID = 0x00000002,
ADDPROP_GROUPING = 0x00000004,
ADDPROP_KEY = 0x00000008,
ADDPROP_ARRAY = 0x00000010,
ADDPROP_AGENT = 0x00000020,
ADDPROP_NAME = 0x00000044,
ADDPROP_NAME2 = 0x00000084
};
Elements
ADDPROP_NONE(0x0) No special properties.
ADDPROP_GUID(0x00000002) Defines this property as being a GUID.
ADDPROP_GROUPING(0x00000004) Reserved.
ADDPROP_KEY(0x00000008) Defines this property as being a Key value that must be unique.
ADDPROP_ARRAY(0x00000010) Reserved.
ADDPROP_AGENT(0x00000020) Reserved.
ADDPROP_NAME(0x00000044)
Specifies this property as the actual Name
property in the resource.
ADDPROP_NAME2(0x00000084)
Specifies this property as the actual Comment
property in the resource.
Requirements
Runtime Requirements
smsrsgenctl.dll
smsrsgen.dll
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
SMSResGen COM Automation Class DDRAddStringArray DDRAddIntegerArray DDRAddInteger DDRNew DDRWrite DDRAddString SMSResGen COM Automation Class ISMSResGen Interface