NWAFPGetEntryIDFromPathName
Returns a unique 32-bit AFP file or directory ID, given a combination of path and directory handle
#include <nwafp.h>
or
#include <nwcalls.h>
NWCCODE NWAPI NWAFPGetEntryIDFromPathName (
NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle,
const nstr8 N_FAR *path,
pnuint32 AFPEntryID);
uses calwin32
Function NWAFPGetEntryIDFromPathName
(conn : NWCONN_HANDLE;
dirHandle : NWDIR_HANDLE;
const path : pnstr8;
AFPEntryID : pnuint32
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
The directory base and path specifications must be given in DOS name space format.
NWAFPGetEntryIDFromHandle, NWAFPGetEntryIDFromName, NWAFPGetFileInformation, NWAFPAllocTemporaryDirHandle, NWAllocTempNSDirHandle2 (Multiple and Inter-File Services)