IWsbApplicationRestoreSupport::IsRollForwardSupported method (wsbapp.h)
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 |