Int 21/AX=71A1h

Prev Next Ralf Interrups Categories Contents

------

Windows95 - LONG FILENAME - FindClose - TERMINATE DIRECTORY SEARCH

AX = 71A1h
BX = filefind handle (from AX=714Eh)

Return:
CF clear if successful CF set on error AX = error code 7100h if function not supported

Notes: This function must be called after starting a search with AX=714Eh, to indicate that the search handle returned by that function will no longer be used. This function is only available when IFSMgr is running, not under bare MS-DOS 7

See Also: AH=4Eh - AX=714Eh - AX=714Fh

Category: DOS Kernel - Int 21h - W

------

Prev Next Ralf Interrups Categories Contents