JET_SNP
Applies to: Windows | Windows Server
JET_SNP
The JET_SNP group of constants describe the type of the operation for which progress information is to be obtained. These constants are used as the snp parameter of the JET_PFNSTATUS callback function.
Constant/value |
Description |
---|---|
JET_snpRepair |
The callback is for a repair operation. |
JET_snpCompact |
The callback is for database defragmentation. |
JET_snpRestore |
The callback is for a restore operation. |
JET_snpBackup |
The callback is for a backup operation. |
JET_snpUpgrade |
Not supported. Windows 2000: The callback is for the database format upgrade operation. |
JET_snpScrub |
The callback is for a database zeroing (that is, scrubbing) operation. Windows Server 2003 and Windows 2000 Server: Not supported. |
JET_snpUpgradeRecordFormat |
The callback is for the process of upgrading the record format of all database pages. Windows Server 2003 and Windows 2000 Server: Not supported. |
Requirements
Requirement | Value |
---|---|
Client |
Requires Windows Vista, Windows XP, or Windows 2000 Professional. |
Server |
Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server. |
Header |
Declared in Esent.h. |