Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 1.88 KB

ieaxiservicecallback-verifyfile.md

File metadata and controls

77 lines (47 loc) · 1.88 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Performs security checks on the specified ActiveX object and returns the location where the corresponding .cab file was downloaded.
ba8e4f9b-1569-43f9-b27c-a987044fff41
IeAxiServiceCallback::VerifyFile method
reference
05/31/2018
APIRef
kbSyntax
IeAxiServiceCallback.VerifyFile
COM

IeAxiServiceCallback::VerifyFile method

The VerifyFile method performs security checks on the specified ActiveX object and returns the location where the corresponding .cab file was downloaded.

Syntax

HRESULT VerifyFile(
  [in]  BSTR bstrFileUrl,
  [out] BSTR *bstrApprovedFileName
);

Parameters

bstrFileUrl [in]

The URL of the ActiveX object to check.

bstrApprovedFileName [out]

The name of the file where the .cab file associated with the ActiveX object was downloaded.

Return value

If the method succeeds, the method returns S_OK.

If the method fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

Requirements

Requirement Value
Minimum supported client
Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate [desktop apps only]
Minimum supported server
None supported
IID
IID_IeAxiServiceCallback is defined as 1823E7BA-EC36-447a-9B2E-B4912E15AFE7

See also

IeAxiServiceCallback