Share via


CheckInterfaces method of the PS_RemoteAccessLocal class

This method validates the interfaces that are passed here are of profile what they say they are.

Syntax

uint32 CheckInterfaces(
  [in]  string  IntranetInterface,
  [in]  string  InternetInterface,
  [in]  boolean BehindNat,
  [in]  string  ConnectTo,
  [in]  boolean isNlbDeployed,
  [out] boolean Status
);

Parameters

IntranetInterface [in]

Intranet Interface to check

InternetInterface [in]

Internet Interface to check

BehindNat [in]

Indicates whether the server is behind a NAT box

ConnectTo [in]

Address to which all clients will be connecting to

isNlbDeployed [in]

Indicates that NLB is deployed

Status [out]

Indication whether the method has succeeded or failed.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\RemoteAccess\server
MOF
RAServerPSProvider.mof
DLL
RAServerPSProvider.dll

See also

PS_RemoteAccessLocal