ICcFile::get_FileContainer (Compact 2013)
3/26/2014
Deprecated.
The method retrieves the file container of a file.
In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.
Syntax
HRESULT get_FileContainer(
ICcFileContainer** out_ppiFileContainer
);
Parameters
- out_ ppiFileContainer
[out, retval] Pointer to the file container object.
Return Value
The following table indicates the return values for this method.
Value |
Description |
---|---|
S_OK |
Indicates success only if ICcFile::get_IsCollection is true in this file object. |
E_FAIL |
Indicates an error occurred. |
E_INVALIDARG; |
Indicates an valid parameter. |
Requirements
Header |
ccdatastore.h |