NWAFPGetFileInformation
Returns AFP information for a directory or file
#include <nwafp.h>
or
#include <nwcalls.h>
NWCCODE NWAPI NWAFPGetFileInformation (
NWCONN_HANDLE conn,
nuint16 volNum,
nuint32 AFPEntryID,
nuint16 reqMask,
const nstr8 N_FAR *AFPPathString,
nuint16 structSize,
NW_AFP_FILE_INFO N_FAR *AFPFileInfo);
uses calwin32
Function NWAFPGetFileInformation
(conn : NWCONN_HANDLE;
volNum : nuint16;
AFPEntryID : nuint32;
reqMask : nuint16;
const AFPPathString : pnstr8;
structSize : nuint16;
Var AFPFileInfo : NW_AFP_FILE_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
Valid bit map information request values follow for reqMask : (Bits can be ORed together.)