Retrieves the size of the specified file on the development console.
public:
HRESULT GetFileSize(
LPCWSTR pszFileName,
PULONGLONG pullFileSize
)
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.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtffileio.h.
Library: Use xtffileio.lib.