count

Is used by zInfo_s and contains information about the number of file handles and directory entries for the file object.

Service:File System Services (64-Bit)
Defined In:zParams.h

Syntax

struct                             /* zGET_COUNTS */
{
   LONG   open;
   LONG   hardLink;
} count;

Fields

open

Specifies the number of open file handles that currently exist for this file object.

hardLink

Specifies the number of directory entries that point to this file object, including the original parent directory. If no additional hard links have been created for this file object, this field is set to 1.