IXtfFileIOClient::GetFileSize Method

Retrieves the size of the specified file on the development console.

Syntax

public:
HRESULT GetFileSize(
         LPCWSTR pszFileName,
         PULONGLONG pullFileSize
)  

Parameters

pszFileName
Type: LPCWSTR 

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

pullFileSize
Type: PULONGLONG 

Pointer that receives the size of the specified file, in bytes.

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