FILESHARE_CHANGE_LIST structure (clusapi.h)
Describes an event notification list for file shares managed by the File Server resource.
Syntax
typedef struct _FILESHARE_CHANGE_LIST {
DWORD NumEntries;
FILESHARE_CHANGE ChangeEntry[0];
} FILESHARE_CHANGE_LIST, *PFILESHARE_CHANGE_LIST;
Members
NumEntries
The number of entries the event notification list contains.
ChangeEntry[0]
An entry in the event notification list. The format of this member comes from the FILESHARE_CHANGE structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
Header | clusapi.h |