Share via


ICcFile::get_FileContainer

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

The method retrieves the file container of a file.

In Windows Embedded CE 6.0, 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

See Also

Reference

Core Connectivity Interfaces