Share via


ICcBootStrap::GetFileInfo

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

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

This method gets information about a file on a device.

Syntax

HRESULT GetFileInfo(
  LPCOLESTR wszDeviceFile,
  FileInfo* pFileInfo
);

Parameters

  • wszDeviceFile
    [in] File name (with path) on the device.
  • pFileInfo
    [out, retval] Pointer to FileInfo structure.

Return Value

The following table shows return values for this method.

Value Description

S_OK

Indicates success.

E_INVALIDARG

Indicates that the input arguments are invalid. That is, bstrDeviceFile or pFileInfo is NULL.

E_FAIL

Indicates any other failure.

Requirements

Header ccbootstrap.idl
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Core Connectivity Interfaces