Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetConfigDetector::GetCurrentSnapshot

The GetCurrentSnapshot method gets a pointer to an IFWXNetConfigDetectionSnapshot interface that represents a snapshot of the current network configuration.

HRESULT GetCurrentSnapshot(
  IFWXNetConfigDetectionSnapshot** ppNetConfigDetectionSnapshot
);

Parameters

ppNetConfigDetectionSnapshot
[out] Pointer to an IFWXNetConfigDetectionSnapshot interface that represents a snapshot of the network configuration.

Return Values

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

Requirements

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

See Also

IFWXNetConfigDetector