FILESHARE_CHANGE_ENUM enumeration (clusapi.h)

Contains the possible change events that are used by the FILESHARE_CHANGE structure to describe an entry in a file share event notification list.

Syntax

typedef enum _FILESHARE_CHANGE_ENUM {
  FILESHARE_CHANGE_NONE,
  FILESHARE_CHANGE_ADD,
  FILESHARE_CHANGE_DEL,
  FILESHARE_CHANGE_MODIFY
} FILESHARE_CHANGE_ENUM, *PFILESHARE_CHANGE_ENUM;

Constants

 
FILESHARE_CHANGE_NONE
This is a place holder value and is not a valid event.
FILESHARE_CHANGE_ADD
A new file share resource has been created and will be included with the other file shares managed by the
File Server resource.
FILESHARE_CHANGE_DEL
A file share resource has been deleted and will be removed from the file shares managed by the File Server
resource.
FILESHARE_CHANGE_MODIFY
One or more properties of an existing file share resource have been changed.

Remarks

NNLEN is defined by ClusAPI.h as follows.

#define NNLEN       80                  // Net name length (share name)

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise
Header clusapi.h

See also

FILESHARE_CHANGE

Failover Cluster Enumerations