Microsoft Internet Security and Acceleration Server 2004 SDK

ServicePackMajorVersion Property of IFPCServer[C++]

FPCServer.ServicePackMajorVersion [Visual Basic]

[C++]

The ServicePackMajorVersion property gets the major version number of the latest service pack installed on the server.

HRESULT get_ServicePackMajorVersion(
  long* pVal
);

Parameters

pVal
Pointer to a variable that is set on return to a 32-bit integer specifying the major version number of the latest service pack installed on the server.

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 ServicePackMajorVersion property gets the major version number of the latest service pack installed on the server.

Property ServicePackMajorVersion As Long

Property Value

A 32-bit integer that specifies the major version number of the latest service pack installed on the server.

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

FPCServer