RFGetFile Method

This member of RFFile Object is supported on Windows Mobile, Windows CE, Palm, and DOS.

The RFGetFile method retrieves a file from an RF device into the current RFFile object.

VB

pszFileData = object.RFGetFile (pszFileName)

VC++

HRESULT hr = object->RFGetFile(LPCTSTR pszFileName, Cstring *pszFileData);

Return Value

pszFileData

The data stored in the file designated by pszFileName. If pszFileData is empty, use RFGetLastError method to return the error value.

Parameters

pszFileName

The file to be set as the current RFFile object.

Remarks

The RFGetFile object uses the standard DOS 8.3 file naming convention.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal