Share via


IFPCSmtpProtectionStatus::GetAntivirusUpdateStatus method

Applies to: desktop apps only

The GetAntivirusUpdateStatus method gets a value from the FpcFssUpdateStatus enumerated type that indicates the current update status of the specified email antivirus engine.

Syntax

HRESULT GetAntivirusUpdateStatus(
  [in]   FpcMailAntivirusEngine Engine,
  [in]   FpcMailAntivirusEngine Engine,
  [out]  FpcFssUpdateStatus *pStatus
);
FPCSmtpProtectionStatus.GetAntivirusUpdateStatus( _
  ByVal Engine As FpcMailAntivirusEngine, _
  ByVal Engine As FpcMailAntivirusEngine, _
  ByRef pStatus As FpcFssUpdateStatus _
) As FpcFssUpdateStatus

Parameters

  • Engine [in]

    C++

    Required. Value from the FpcMailAntivirusEngine enumerated type that specifies the type of antivirus engine.

    VB

    Required. Value from the FpcMailAntivirusEngine enumerated type that specifies the type of antivirus engine.

  • pStatus [out]
    Pointer to a variable that is set on return to a value from the FpcFssUpdateStatus enumerated type indicating the current update status of the specified email antivirus engine.

Return value

C++

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

VB

This method returns a value from the FpcFssUpdateStatus enumerated type that indicates the current update status of the specified email antivirus engine if successful. Otherwise, an error is raised that can be intercepted by using an error handler.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCSmtpProtectionStatus

 

 

Build date: 7/12/2010