CLUSCTL_GROUP_GET_LAST_MOVE_TIME_OUTPUT structure (clusapi.h)

Specifies information about the last time a group was moved to another node.

Syntax

typedef struct _CLUSCTL_GROUP_GET_LAST_MOVE_TIME_OUTPUT {
  ULONGLONG  GetTickCount64;
  SYSTEMTIME GetSystemTime;
  DWORD      NodeId;
} CLUSCTL_GROUP_GET_LAST_MOVE_TIME_OUTPUT, *PCLUSCTL_GROUP_GET_LAST_MOVE_TIME_OUTPUT;

Members

GetTickCount64

The number of milliseconds that have elapsed in the owning node, when the group was moved.

GetSystemTime

The system date and time in the owning node, when the group was moved.

NodeId

The unique ID of the node that owns the group.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2016
Header clusapi.h

See also

GetSystemTime

GetTickCount64

SYSTEMTIME

Utility Structures