IXtfFileIOClient::GetFileInfo Method

Retrieves information about the specified file on the development console.

Syntax

public:
HRESULT GetFileInfo(
         LPCWSTR pszFileName,
         LPXTFFILEINFO pFileInfo
)  

Parameters

pszFileName
Type: LPCWSTR 

Pointer to the filename of the file to get the size of.

pFileInfo
Type: LPXTFFILEINFO 

Pointer to an XTFFILEINFO structure that receives the file information.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtffileio.h.

Library: Use xtffileio.lib.

See also

Reference

IXtfFileIOClient Interface

IXtfFileIOClient Members

XtfFileIO