LINK_SHARE_ACCESS structure (wdm.h)

The share access structure used by file systems for only link files.

Syntax

typedef struct _LINK_SHARE_ACCESS {
  ULONG OpenCount;
  ULONG Deleters;
  ULONG SharedDelete;
} LINK_SHARE_ACCESS, *PLINK_SHARE_ACCESS;

Members

OpenCount

The number of open requests to the file.

Deleters

File associated with the file object has been opened for delete access.

SharedDelete

File associated with the file object has been opened for delete sharing access.

Requirements

Requirement Value
Header wdm.h

See also

IoCheckLinkShareAccess

IoSetLinkShareAccess