Interrups | Categories | Contents |
AX = 0300h DS:SI -> ASCIZ device name (may be full path or only drive specifier-- must include the colon)
Return:
CF clear if direct physical addressing (INT 13,INT 25) permissible CF set if access via files only
Notes: Do not use direct disk accesses if this function returns CF set or the device is redirected (INT 21/AX=5F02h). Use AH=00h to determine whether the network is installed; if not, direct physical access is allowed. May take some time to execute, so programs which need to check frequently should save the result of the first call. This function is called by the DOS kernel on INT 25 and INT 26. Supported by PC LAN Program, LAN Manage, LANtastic, NetWare, 10NET, etc.
See Also:
INT 13/AH=02h - INT 13/AH=03h - INT 25 - INT 26
Category:
Network
-
Int 2Ah
-
N
Interrups | Categories | Contents |