1 out of 1 rated this helpful - Rate this topic

WSB_OB_REGISTRATION_INFO structure

The WSB_OB_REGISTRATION_INFO structure contains information to register a cloud backup provider with Windows Server Backup.

Syntax


typedef struct _WSB_OB_REGISTRATION_INFO {
  LPWSTR  m_wszResourceDLL;
  GUID    m_guidSnapinId;
  DWORD   m_dwProviderName;
  DWORD   m_dwProviderIcon;
  BOOLEAN m_bSupportsRemoting;
} WSB_OB_REGISTRATION_INFO;

Members

m_wszResourceDLL

The complete path to the resource DLL where the provider name and icon resources can be loaded from.

m_guidSnapinId

The snap-in identifier of the cloud backup provider to be registered with Windows Server Backup.

m_dwProviderName

The resource identifier of the cloud backup provider name. This name will be shown in the Windows Server Backup MMC snap-in.

m_dwProviderIcon

The resource identifier of the cloud backup provider icon. This icon will be shown in the Windows Server Backup MMC snap-in.

m_bSupportsRemoting

A flag to indicate whether the cloud backup provider can communicate with a remote cloud backup provider engine.

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Wsbonline.h

See also

Cloud Backup Provider API Structures
RegisterOnlineBackupWithWindowsServerBackup

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.