Microsoft Internet Security and Acceleration Server 2000

FPCLAT.IsIpInternal Method

Returns a Boolean value that specifies whether an IP address is internal.

VBScript Syntax[VBScript]

[ bIsInternal = ] FPCLAT.IsIpInternal( sIpStr )

C++ Syntax[C++]

HRESULT IsIpInternal(
  BSTR sIpStr, 
  VARIANT_BOOL *pbIsInternal
);

Parameters

sIpStr
String that identifies the IP address.

Return Value

bIsInternal
Boolean value that specifies whether the IP is internal.

Applies To

FPCLAT