WSB_OB_STATUS_INFO-Struktur (wsbonline.h)

Die WSB_OB_STATUS_INFO-Struktur enthält Informationen zum Aktualisieren des Cloudsicherungsanbieters status im MMC-Snap-In "Windows Server-Sicherung".

Syntax

typedef struct _WSB_OB_STATUS_INFO {
  GUID                m_guidSnapinId;
  DWORD               m_cStatusEntry;
  WSB_OB_STATUS_ENTRY *m_rgStatusEntry;
} WSB_OB_STATUS_INFO;

Member

m_guidSnapinId

Der Snap-In-Bezeichner des Cloudsicherungsanbieters, der bei der Windows Server-Sicherung registriert ist.

m_cStatusEntry

Die Anzahl der status Einträge, die im m_rgStatusEntry-Member enthalten sind. Die maximale Anzahl zulässiger Einträge beträgt fünf.

m_rgStatusEntry

Ein Zeiger auf eine oder mehrere WSB_OB_STATUS_ENTRY-Strukturen, die jeweils Cloudsicherungsanbieter status Informationen für einen Eintrag enthalten, der im MMC-Snap-In "Windows Server-Sicherung" angezeigt werden soll.

Anforderungen

   
Unterstützte Mindestversion (Client) Nicht unterstützt
Unterstützte Mindestversion (Server) Windows Server 2012
Kopfzeile wsbonline.h

Weitere Informationen

API-Strukturen des Cloudsicherungsanbieters

UpdateOBStatusInWindowsServerBackup

WSB_OB_STATUS_ENTRY