Share via


ICcConnection::VerifyFilesInstalled (Windows Embedded CE 6.0)

1/5/2010

This method verifies that a specified set of files is installed.

In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.

Syntax

HRESULT VerifyFilesInstalled(
  DWORD in_ArraySize,
  [in, size_is(in_ArraySize), length_is(in_ArraySize)]
  FileVerifyReference in_InfoArray[],
  [out, size_is(in_ArraySize), length_is(in_ArraySize)] 
  FileVerifyResult out_ExistenceArray[]
);

Parameters

  • in_InfoArray
    Array specified in the FileVerifyReference structure.
  • out_ExistenceArray
    Array specified in the FileVerifyResult structure.

Return Value

If the method fails, it returns an HRESULT error code.

If the method succeeds, it returns S_OK.

Requirements

Header ccconnection.h
Windows Windows 2000, Windows Server 2003, Windows Server 2003 Service Pack 1, Windows XP Home, Windows XP Pro

See Also

Reference

ICcConnection
Core Connectivity Interfaces