Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method gets information about a file on a device.
HRESULT GetFileInfo( LPCOLESTRwszDeviceFile, FileInfo*pFileInfo)
Parameters
- wszDeviceFile
[in] File name (with path) on the device. - pFileInfo
[out, retval] Pointer to FileInfo structure.
Return Values
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
OS Version: Windows CE 5.0 and later.
Header: CcBootstrap.idl.
Link Library: none.
See Also
Send Feedback on this topic to the authors