Share via


IFWXNetworkElement::GetType method

Applies to: desktop apps only

The GetType method retrieves a value from the FpcNetworkTypes enumerated type that specifies the type of network element. The possible types are:

  • User-defined
  • VPN Clients
  • Local Host
  • Default External
  • Internal
  • Quarantined VPN Clients

Syntax

HRESULT GetType(
  [out]  FpcNetworkType *pFpcNetworkType
);

Parameters

  • pFpcNetworkType [out]
    Pointer to a variable that on return receives a value from the FpcNetworkTypes enumerated type specifying the type of network.

Return value

This method returns S_OK if the call is successful; otherwise, it returns an error code.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Wspfwext.idl

DLL

Wspsrv.exe

See also

IFWXNetworkElement

 

 

Build date: 7/12/2010