RFSpool Method

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

The RFSpool method lets you spool label data and a copy count directly to a RF device’s printer port. The format of each label is specified using a previously stored printer format file.

VB

nStatus = object.RFSpool (pszFileName, nCopies, pszData)

VC++

HRESULT hr = object->RFSpool(LPCTSTR pszFileName, short nCopies, LPCTSTR pszData, short *nStatus);

Return Value

nStatus

The returned status of the function represented as a numeric value. The possible return values are:

0 - Function executed successfully.

-1 - A communication or other WaveLink Server side error occurred.

2 - An error occurred at the client side.

Parameters

pszFileName

The file name of the local printer format file.

nCopies

A short integer representing the number of labels to be spooled to the printer.

pszData

The data for each label to be formatted using the printer format files specified by pszFileName.

Remarks

Printer format files are printer-specific. See your printer documentation for more information.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal