2.2.3.1 CONFIGTYPE Enumeration
The CONFIGTYPE enumeration defines types of WSRM configuration objects on which operations can be performed. WSRM configuration objects are used in the IWRMConfig Interface (section 3.2.4.5).
-
typedef [v1_enum] enum { CONFIGTYPE_ACCOUNTING = 1, CONFIGTYPE_NOTIFICATION = 2, CONFIGTYPE_CALENDARING = 3 } CONFIGTYPE;
CONFIGTYPE_ACCOUNTING: This operation targets the accounting configuration.
CONFIGTYPE_NOTIFICATION: This operation targets the notification configuration.
CONFIGTYPE_CALENDARING: This operation targets the calendar configuration.