2.2.5.1 NtmsUIOperations Enumeration

The NtmsUIOperations enumeration defines the types of operations to perform on a UI destination list.

 enum NtmsUIOperations
 {
   NTMS_UIDEST_ADD = 1,
   NTMS_UIDEST_DELETE = 2,
   NTMS_UIDEST_DELETEALL = 3
 };

NTMS_UIDEST_ADD:  Add a destination to the list.

NTMS_UIDEST_DELETE:  Delete a destination from the list.

NTMS_UIDEST_DELETEALL:  Clear the destination list.