ICcConnection::VerifyFilesInstalled (Compact 2013)
3/26/2014
Deprecated.
This method verifies that a specified set of files is installed.
In Windows Embedded Compact 2013, 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_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 Value
If the method fails, it returns an HRESULT error code.
If the method succeeds, it returns S_OK.
Requirements
Header |
ccconnection.h |