CM_POLICY_TYPE (Compact 2013)

3/26/2014

This enumeration lists the valid policy types.

Syntax

typedef enum CM_POLICY_TYPE
{
      CMPT_CONNECTION_MAPPINGS,
      CMPT_LAST
} CM_POLICY_TYPE;

Element Definitions

  • CMPT_CONNECTION_MAPPINGS
    The policy maps an application and host pair to a list of connections that an application must use to reach a given host.
  • CMPT_LAST
    Last value.

Requirements

Header

cmnet.h

Library

cmnet.lib

See Also

Reference

Connection Manager Policy Enumerations
CM_POLICY_CONFIG_KEY