Skip to content

Latest commit

 

History

History
111 lines (97 loc) · 2.87 KB

ns-srrestoreptapi-statemgrstatus.md

File metadata and controls

111 lines (97 loc) · 2.87 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:srrestoreptapi._SMGRSTATUS
STATEMGRSTATUS (srrestoreptapi.h)
Contains status information used by the SRSetRestorePoint function.
*PSTATEMGRSTATUS
PSTATEMGRSTATUS
PSTATEMGRSTATUS structure pointer [System Restore]
STATEMGRSTATUS
STATEMGRSTATUS structure [System Restore]
_sr_statemgrstatus_str
sr.statemgrstatus_str
srrestoreptapi/PSTATEMGRSTATUS
srrestoreptapi/STATEMGRSTATUS
sr\statemgrstatus_str.htm
sr
3531474b-1499-4c83-ab32-8c464c0eece0
12/05/2018
*PSTATEMGRSTATUS, PSTATEMGRSTATUS, PSTATEMGRSTATUS structure pointer [System Restore], STATEMGRSTATUS, STATEMGRSTATUS structure [System Restore], _sr_statemgrstatus_str, sr.statemgrstatus_str, srrestoreptapi/PSTATEMGRSTATUS, srrestoreptapi/STATEMGRSTATUS
srrestoreptapi.h
Windows
Windows XP [desktop apps only]
None supported
Windows
STATEMGRSTATUS, *PSTATEMGRSTATUS
19H1
_SMGRSTATUS
srrestoreptapi/_SMGRSTATUS
PSTATEMGRSTATUS
srrestoreptapi/PSTATEMGRSTATUS
STATEMGRSTATUS
srrestoreptapi/STATEMGRSTATUS
c++
APIRef
kbSyntax
HeaderDef
SRRestorePtAPI.h
STATEMGRSTATUS

STATEMGRSTATUS structure

-description

Contains status information used by the SRSetRestorePoint function.

-struct-fields

-field nStatus

The status code. For a list of values, see the Remarks section.

-field llSequenceNumber

The sequence number of the restore point.

-remarks

The following table lists the status codes returned in the nStatus member. Note that all the status codes indicate failure except ERROR_SUCCESS.

Status Code Meaning
ERROR_SUCCESS The call succeeded.
ERROR_BAD_ENVIRONMENT The function was called in safe mode.
ERROR_DISK_FULL System Restore is in standby mode because disk space is low.
ERROR_INTERNAL_ERROR An internal error occurred.
ERROR_INVALID_DATA The sequence number is invalid.
ERROR_SERVICE_DISABLED System Restore is disabled.
ERROR_TIMEOUT The call timed out due to a wait on a mutex for setting restore points.

-see-also

SRSetRestorePoint