Share via


CM_CONNECTION_NAME_LIST (Compact 2013)

3/26/2014

This structure contains the list of names for the connection.

Syntax

typedef struct CM_CONNECTION_NAME_LIST
{
    DWORD Version;
    DWORD cConnection;
    struct
    {
        WCHAR szName[CM_CONNECTION_NAME_LENGTH];
    } Connection[1];
} CM_CONNECTION_NAME_LIST;

Members

  • cConnection
    The count of connections in this structure. Always set to 1.
  • szName
    A connection name.
  • Connection[1]
    Name of this sub structure, and the number of times it is allowed to occur in the structure.

Requirements

Header

cmnet.h

Library

cmnet.lib

See Also

Reference

Connection Manager Connection Configuration Structures