LINK_SHARE_ACCESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef struct _LINK_SHARE_ACCESS {
  ULONG OpenCount;
  ULONG Deleters;
  ULONG SharedDelete;
} LINK_SHARE_ACCESS, *PLINK_SHARE_ACCESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_link_share_access)

_LINK_SHARE_ACCESS structure

Description

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

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.

See also

IoCheckLinkShareAccess

IoSetLinkShareAccess