Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
| Library | wsbonline.lib |
| DLL | WsbOnline.dll |