WSB_OB_STATUS_INFO structure (wsbonline.h)
The WSB_OB_STATUS_INFO structure contains information to update the cloud backup provider status in the Windows Server Backup MMC snap-in.
Syntax
typedef struct _WSB_OB_STATUS_INFO {
GUID m_guidSnapinId;
DWORD m_cStatusEntry;
WSB_OB_STATUS_ENTRY *m_rgStatusEntry;
} WSB_OB_STATUS_INFO;
Members
m_guidSnapinId
The snap-in identifier of the cloud backup provider registered with Windows Server Backup.
m_cStatusEntry
The number of status entries contained in the m_rgStatusEntry member. The maximum number of entries allowed is five.
m_rgStatusEntry
A pointer to one or more WSB_OB_STATUS_ENTRY structures, each containing cloud backup provider status information for one entry to be shown in the Windows Server Backup MMC snap-in.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | wsbonline.h |
See also
Cloud Backup Provider API Structures