IPC_CONNECTION_INFO structure

Provides information on the rights management services (RMS) server to which to connect.

Syntax

typedef struct _IPC_CONNECTION_INFO {
  LPCWSTR wszExtranetUrl;
  LPCWSTR wszIntranetUrl;
} IPC_CONNECTION_INFO, *PIPC_CONNECTION_INFO;typedef const IPC_CONNECTION_INFO *PCIPC_CONNECTION_INFO;

Members

wszExtranetUrl

The extranet URL.

wszIntranetUrl

The intranet URL.

Intranet URL, wszIntranetUrl, is required if extranet URL, wszExtranetUrl, is NULL.

Remarks

The structure always contains the intranet URL and may optionally contain an extranet URL. In typical client scenarios, the connection info is not required. It is useful only in advanced server scenarios in which the application manages the server URLs.

Requirements

Minimum supported client
Windows Vista with SP2
Minimum supported server
Windows Server 2008
Header
Ipcbase.h (include Msipc.h)