[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn F217  - Novell Netware V3+ - Convert Path To Directory Entry     [N]

   AX = F217h subfn F4h
   CX = length of request buffer in bytes
   DX = length of reply buffer in bytes
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (see below)

Return: AL = status
   reply buffer filled

See Also: AX=F217h/SF=F3h

Format of request buffer:
Offset Size    Description
 00h   WORD    length of following data
 02h   BYTE    F4h (subfunction "Convert Path to Directory Entry")
 03h   BYTE    directory handle or 00h for none
 04h   BYTE    length of directory path
 05h  N BYTEs  directory path (must be fully qualified if no handle specified)

Format of reply buffer:
Offset Size    Description
 00h   BYTE    (return) volume number
 01h   DWORD   (return) directory entry number

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson