Int 2F/AX=CB08h

Prev Next Ralf Interrups Categories Contents

------

Communicating Applications Specification - DELETE FILE

AX = CB08h
BX = event handle
CX = receive file number
0000h delete ALL received files and receive control file
N     delete Nth received file
DL = queue
00h delete control file in task queue and corresponding group file
if it exists
01h delete file in receive queue, as given by CX
02h delete control file in log queue (individual deletions not
recommended, to maintain integrity of log) and corresponding
group file if it exists

Return:
AX = 0000h successful AX < 0 error code (see #03048)

See Also: AX=CB02h - AX=CB09h

Category: Fax - Int 2Fh - C

------

Prev Next Ralf Interrups Categories Contents