Microsoft Internet Security and Acceleration Server 2004 SDK

VendorParametersSets Property of IFPCSnapinPluginPolicy[C++]

FPCSnapinPluginPolicy.VendorParametersSets [Visual Basic]

[C++]

The VendorParametersSets property gets an FPCVendorParametersSets collection in which custom data can be stored for the extension.

HRESULT get_VendorParametersSets(
  IFPCVendorParametersSets** ppVendorParametersSets
);

Parameters

ppVendorParametersSets
Address of an interface pointer that on return points to an IFPCVendorParametersSets interface that represents a collection in which custom data can be stored for the extension.

Return Values

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

Remarks

This property is read-only. Data can be added or removed by calling the methods of the IFPCVendorParametersSets interface.

[Visual Basic]

The VendorParametersSets property gets an FPCVendorParametersSets collection in which custom data can be stored for the extension.

Property VendorParametersSets As FPCVendorParametersSets

Property Value

Reference to an FPCVendorParametersSets collection.

Remarks

This property is read-only. Data can be added or removed by calling the methods of the FPCVendorParametersSets collection.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCSnapinPluginPolicy