MenuFileCount Method

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

The MenuFileCount method returns the total number of menu files successfully returned by the last call to the ListMenuFiles method.

VB

nMenuFiles = object.MenuFileCount ()

VC++

HRESULT hr = object->MenuFileCount(short *nMenuFiles);

Return Value

nMenuFiles

The menu file count variable.

Remarks

The MenuFileCount method will return the file count from the last successful call to the ListMenuFiles Method. That is, MenuFileCount will return the last known number of files stored on an RF device without actually communicating via RF to the device. Use the ListMenuFiles method to return the total number of menu files that are currently stored on an RF device.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal