Go to the source code of this file.
◆ APPLICATION_INSTALL
◆ BEGIN_NESTED_SYSTEM_CHANGE
#define BEGIN_NESTED_SYSTEM_CHANGE 102 |
◆ END_NESTED_SYSTEM_CHANGE
#define END_NESTED_SYSTEM_CHANGE 103 |
◆ MAX_DESC
◆ MAX_DESC_W
◆ PRESTOREPOINTINFOA
◆ PRESTOREPOINTINFOW
◆ PSTATEMGRSTATUS
◆ RESTOREPOINTINFOA
◆ RESTOREPOINTINFOW
◆ STATEMGRSTATUS
◆ SRRemoveRestorePoint()
◆ SRSetRestorePointA()
Definition at line 54 of file sfc.c.
55{
59 LPCWSTR lpLibFileName =
L"srclient.dll";
60 LPCSTR lpProcName =
"SRSetRestorePointA";
61
64 {
66 if (pSRSRPA)
67 {
68 bStatus = pSRSRPA(pRestorePtSpec, pSMgrStatus);
69 }
70 else
71 {
72 if (pSMgrStatus)
73 {
75 }
76 }
78 }
79 else
80 {
81 if (pSMgrStatus)
82 {
84 }
85 }
86
87 return bStatus;
88}
#define ERROR_CALL_NOT_IMPLEMENTED
#define GetProcAddress(x, y)
BOOL(WINAPI * PSRSRPA)(PRESTOREPOINTINFOA, PSTATEMGRSTATUS)
◆ SRSetRestorePointW()
Definition at line 90 of file sfc.c.
91{
95 LPCWSTR lpLibFileName =
L"srclient.dll";
96 LPCSTR lpProcName =
"SRSetRestorePointW";
97
100 {
102 if (pSRSRPW)
103 {
104 bStatus = pSRSRPW(pRestorePtSpec, pSMgrStatus);
105 }
106 else
107 {
108 if (pSMgrStatus)
109 {
111 }
112 }
114 }
115 else
116 {
117 if (pSMgrStatus)
118 {
120 }
121 }
122
123 return bStatus;
124}
BOOL(WINAPI * PSRSRPW)(PRESTOREPOINTINFOW, PSTATEMGRSTATUS)
Referenced by SRSetRestorePointA().