Condividi tramite


struttura CLUSCTL_GROUP_GET_LAST_MOVE_TIME_OUTPUT (clusapi.h)

Specifica informazioni sull'ultima volta che un gruppo è stato spostato in un altro nodo.

Sintassi

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

Numero di millisecondi trascorsi nel nodo proprietario, quando il gruppo è stato spostato.

GetSystemTime

Data e ora di sistema nel nodo proprietario, quando il gruppo è stato spostato.

NodeId

ID univoco del nodo proprietario del gruppo.

Requisiti

Requisito Valore
Client minimo supportato Nessuno supportato
Server minimo supportato Windows Server 2016
Intestazione clusapi.h

Vedi anche

GetSystemTime

GetTickCount64

SYSTEMTIME

Strutture di utilità