NWGetObjectDiskSpaceLeft
Returns the remaining disk space for a specified object
#include <nwbindry.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetObjectDiskSpaceLeft (
NWCONN_HANDLE conn,
nuint32 objID,
pnuint32 systemElapsedTime,
pnuint32 unusedDiskBlocks,
pnuint8 restrictionEnforced);
uses calwin32
Function NWGetObjectDiskSpaceLeft
(conn : NWCONN_HANDLE;
objID : nuint32;
systemElapsedTime : pnuint32;
unusedDiskBlocks : pnuint32;
restrictionEnforced : pnuint8
) : NWCCODE; stdcall;
These are common return values. See Return Values (Return Values for C).
NWGetObjectDiskSpaceLeft returns the systemElapsedTime parameter in approximately 1/18 second units and determines the amount of elapsed time between consecutive calls. When the systemElapsedTime parameter reaches 0xFFFF, it resets to zero.