IFWXFirewall::IsInternal
Method
Checks whether the given address is in the Local Address Table
(LAT).
HRESULT IsInternal(
LPSOCKADDR Address,
INT AddressLength
);
Parameters
- Address
- [in] Pointer to a sockaddr structure that contains the
address to be checked.
- AddressLength
- [in] Length, in bytes, of the address specified in the
Address parameter.
Return Values
- S_OK
- The address is in the LAT (internal).
- S_FALSE
- The address is not in the LAT (external).
- FWX_E_INVALIDARG
- The address is invalid or not an IP address.