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.
Reports whether the application supports roll-forward restore.
Syntax
HRESULT IsRollForwardSupported(
[out] BOOLEAN *pbRollForwardSupported
);
Parameters
[out] pbRollForwardSupported
Receives TRUE if roll-forward restore is supported, or FALSE otherwise.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
Applications that support roll-forward restore should set the value of the pbRollForwardSupported parameter to TRUE.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | wsbapp.h |