RESTOREPOINTINFO structure
Contains information used by the SRSetRestorePoint function.
Syntax
typedef struct _RESTOREPTINFO { DWORD dwEventType; DWORD dwRestorePtType; INT64 llSequenceNumber; TCHAR szDescription[MAX_DESC]; } RESTOREPOINTINFO, *PRESTOREPOINTINFO;
Members
- dwEventType
-
The type of event. This member can be one of the following values.
- dwRestorePtType
-
The type of restore point. This member can be one of the following values.
- llSequenceNumber
-
The sequence number of the restore point. To end a system change, set this to the sequence number returned by the previous call to SRSetRestorePoint.
- szDescription
-
The description to be displayed so the user can easily identify a restore point. The maximum length of an ANSI string is MAX_DESC. The maximum length of a Unicode string is MAX_DESC_W. For more information, see Restore Point Description Text.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | None supported [desktop apps only] |
|
Header |
|
|
Unicode and ANSI names | RESTOREPOINTINFOW (Unicode) and RESTOREPOINTINFOA (ANSI) |
See also
Send comments about this topic to Microsoft
Build date: 11/6/2012