FILESHARE_CHANGE structure (clusapi.h)

Describes the format for an entry in an event notification list.

Syntax

typedef struct _FILESHARE_CHANGE {
  FILESHARE_CHANGE_ENUM Change;
  WCHAR                 ShareName[NNLEN + 4];
} FILESHARE_CHANGE, *PFILESHARE_CHANGE;

Members

Change

Describes a change event. This value is taken from the FILESHARE_CHANGE_ENUM enumeration. The following are the possible values for this member.

FILESHARE_CHANGE_ADD (1)

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 (2)

A file share resource has been deleted and will be removed from the file shares managed by the File Server resource.

FILESHARE_CHANGE_MODIFY (3)

One or more properties of an existing file share resource have been changed.

ShareName[NNLEN + 4]

The name of the file share resource specific to this entry in the event notification list.

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_ENUM

Utility Structures