Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetworkElement::GetName

The GetName method retrieves the name of the network element.

HRESULT GetName(
  BSTR* pBstrName
);

Parameters

pBstrName
[out] Pointer to the name of the network element.

Return Values

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

Remarks

Free the memory allocated for pBstrName by using SysFreeString. For recommendations about memory allocation for BSTR strings, see Best Practices.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

IFWXNetworkElement