DosQFSAttach

DosQFSAttach

EXTRN DosQFSAttach:FAR
INCL_DOSFILEMGR     EQU 1

PUSH@  ASCIIZ DeviceName     ;Device name or drive letter string
PUSH   WORD   Ordinal        ;Ordinal of entry in name list
PUSH   WORD   FSAInfoLevel   ;Type of attached FSD data required
PUSH@  OTHER  DataBuffer     ;Data buffer (returned)
PUSH@  WORD   DataBufferLen  ;Buffer length (returned)
PUSH   DWORD  0              ;Reserved (must be zero)
CALL   DosQFSAttach

Returns WORD


[Back: DosQFileMode]
[Next: DosQFSInfo]