LINK_SHARE_ACCESS structure (wdm.h)
The share access structure used by file systems for only link files.
C++
typedef struct _LINK_SHARE_ACCESS {
ULONG OpenCount;
ULONG Deleters;
ULONG SharedDelete;
} LINK_SHARE_ACCESS, *PLINK_SHARE_ACCESS;
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.
Requirement | Value |
---|---|
Header | wdm.h |