struttura DFS_INFO_106 (lmdfs.h)

Contiene lo stato di archiviazione e la priorità per una destinazione radice O un collegamento DFS. Questa struttura è utilizzabile solo con la funzione NetDfsSetInfo .

Sintassi

typedef struct _DFS_INFO_106 {
  DWORD               State;
  DFS_TARGET_PRIORITY TargetPriority;
} DFS_INFO_106, *PDFS_INFO_106, *LPDFS_INFO_106;

Members

State

Stato della destinazione come uno dei valori seguenti.

DFS_STORAGE_STATE_OFFLINE (0x00000001)

L'archiviazione DFS è offline.

DFS_STORAGE_STATE_ONLINE (0x00000002)

L'archiviazione DFS è online.

DFS_STORAGE_STATES (0x0000000F)

Valore mask che indica quali flag di archiviazione sono impostati.

TargetPriority

DFS_TARGET_PRIORITY struttura che contiene la classe di priorità specifica e il rango di una destinazione DFS.

Requisiti

   
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Intestazione lmdfs.h (include LmDfs.h, Lm.h)

Vedi anche

Funzioni DFS (Distributed File System)

NetDfsSetInfo

Panoramica della gestione della rete

Strutture di gestione di rete