Struttura SYNCMGRPROGRESSITEM (mobsync.h)

Fornisce informazioni sullo stato mentre è in corso una sincronizzazione. Questa struttura viene usata con il metodo ISyncMgrSynchronizeCallback::P rogress e corrisponde a un singolo elemento di sincronizzazione.

Sintassi

typedef struct _tagSYNCMGRPROGRESSITEM {
  DWORD   cbSize;
  UINT    mask;
  LPCWSTR lpcStatusText;
  DWORD   dwStatusType;
  int     iProgValue;
  int     iMaxValue;
} SYNCMGRPROGRESSITEM, *LPSYNCMGRPROGRESSITEM;

Members

cbSize

Tipo: DWORD

Dimensioni della struttura, in byte.

mask

Tipo: UINT

Flag dell'enumerazione SYNCMGRSTATUS che specificano i membri di questa struttura.

lpcStatusText

Tipo: LPCWSTR

Testo di stato.

dwStatusType

Tipo: DWORD

Uno dei valori dell'enumerazione SYNCMGRSTATUS .

iProgValue

Tipo: int

Intero che indica il valore di stato.

iMaxValue

Tipo: int

Intero che indica il valore di stato massimo.

Requisiti

   
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione mobsync.h

Vedi anche

ISyncMgrSynchronizeCallback::P rogress