en:docs:dos:api:int21:12

Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

2018/09/07 05:04 · prokushev · 0 Comments

Int 21H, AH=12H

Version

1 and higher

Brief

FIND NEXT MATCHING FILE USING FCB

Family API

Input

      AH = 12h
      DS:DX -> unopened FCB (see #01345)

Return

AL = status

          00h successful
              Disk Transfer Area filled with unopened FCB
          FFh no more matching filenames

Notes

Note: (see AH=11h)

      assumes that successful FindFirst executed on search FCB before call
      

See also

AH=1Ah,AH=4Fh,INT 2F/AX=111Ch

Note

2018/09/04 17:23 · prokushev · 0 Comments