NWAFPGetEntryIDFromHandle
Returns an AFP entry ID for the specified NetWare handle
#include <nwcaldef.h>
or
#include <nwcalls.h>
NWCCODE NWAPI NWAFPGetEntryIDFromHandle (
NWCONN_HANDLE conn,
const nuint8 N_FAR *NWHandle,
pnuint16 volNum,
pnuint32 AFPEntryID,
pnuint8 forkIndicator);
uses calwin32
Function NWAFPGetEntryIDFromHandle
(conn : NWCONN_HANDLE;
const NWHandle : pnuint8;
volNum : pnuint16;
AFPEntryID : pnuint32;
forkIndicator : pnuint8
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
AFPEntryID points to the AFP file ID. It is not the AFP base ID. INVALID_PATH will be returned if you use the AFPEntryID as the AFP base ID.