다음을 통해 공유


ICcConnection::VerifyFilesInstalled (Windows CE 5.0)

Send Feedback

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

HRESULT VerifyFilesInstalled(  DWORD in_ArraySize,
  [in, size_is(in_ArraySize), length_is(in_ArraySize)] FileVerifyReferencein_InfoArray[],  [out, size_is(in_ArraySize), length_is(in_ArraySize)] FileVerifyResultout_ExistenceArray[]);

Parameters

  • in_ArraySize
    [in] Size of array specified in the FileVerifyReference and FileVerifyResult structures.

    These arrays must be the same size.

  • in_InfoArray
    Array specified in the FileVerifyReference structure.

  • out_ExistenceArray
    Array specified in the FileVerifyResult structure.

Return Values

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

If the method succeeds, it returns S_OK.

Requirements

OS Version: Windows 2000, Windows XP Home, Windows XP Pro, Windows Server 2003, and Windows Server 2003 Service Pack 1.
Header: CcConnection.h.
Link Library: none.

See Also

Core Connectivity Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.