RegisterOnlineBackupWithWindowsServerBackup function (wsbonline.h)

The RegisterOnlineBackupWithWindowsServerBackup function registers a cloud backup provider with Windows Server Backup.

Syntax

HRESULT RegisterOnlineBackupWithWindowsServerBackup(
  [in] WSB_OB_REGISTRATION_INFO *pOBRegistrationInfo
);

Parameters

[in] pOBRegistrationInfo

Pointer to a WSB_OB_REGISTRATION_INFO structure.

Return value

The return values listed here are in addition to the normal HRESULTs that may be returned at any time from the function.

Remarks

If any other cloud backup provider is already registered with Windows Server Backup, DeregisterOnlineBackupFromWindowsServerBackup must be called before calling RegisterOnlineBackupWithWindowsServerBackup.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2012
Target Platform Windows
Header wsbonline.h
DLL WsbOnline.dll

See also

Cloud Backup Provider API Functions

WSB_OB_REGISTRATION_INFO