JET_RSTINFO 結構
適用于: Windows |Windows Server
JET_RSTINFO 結構
JET_RSTINFO結構包含復原程式的控制資訊,例如資料庫重新配置資訊,以及控制停止復原的能力。
Windows Vista: windows Vista 中引進 了JET_RSTINFO 結構。
typedef struct {
unsigned long cbStruct;
JET_RSTMAP* rgrstmap;
long crstmap;
JET_LGPOS lgposStop;
JET_LOGTIME logtimeStop;
JET_PFNSTATUS pfnStatus;
} JET_RSTINFO;
成員
cbStruct
結構的大小。
rgrstmap
描述已還原資料庫之舊路徑和新路徑的結構。
crstmap
rgrstmap 中的陣列專案計數。
lgposStop
要停止復原的記錄位置。 不會執行任何復原。
logtimeStop
保留供未來使用。
pfnStatus
報告復原狀態的狀態函式。
規格需求
需求 | 值 |
---|---|
用戶端 |
需要 Windows Vista、Windows XP 或 Windows 2000 Professional。 |
Server |
需要 Windows Server 2008、Windows Server 2003 或 Windows 2000 Server。 |
標頭 |
在 Esent.h 中宣告。 |
Unicode |
實作為 JET_RSTINFO_W (Unicode) 和 anSI) (JET_RSTINFO_A。 |