Microsoft Internet Security and Acceleration Server 2004 SDK

Components Property of IFPCArray[C++]

FPCArray.Components [Visual Basic]

[C++]

The Components property gets a 32-bit bitmask containing bit flags from the FpcComponents enumerated type that specify the components installed in the array.

HRESULT get_Components(
  long* plComponents
);

Parameters

plComponents
Pointer to a 32-bit integer that is set on return to a bitmask containing bit flags from the FpcComponents enumerated type that specify the components installed in the array.

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.

[Visual Basic]

The Components property gets a 32-bit bitmask containing bit flags from the FpcComponents enumerated type that specify the components installed in the array.

Property Components As Long

Property Value

A 32-bit bitmask containing bit flags from the FpcComponents enumerated type that specify the components installed in the array.

Remarks

This property is read-only.

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

FPCArray