JET_SNT

Applies to: Windows | Windows Server

JET_SNT

The JET_SNT group of constants describe the points of the progress of an operation about which information is requested in a call to the JET_PFNSTATUS callback function.

Constant/value

Description

JET_sntBegin
5

The beginning of an operation

JET_sntRequirements
7

Not supported.

Windows 2000 Server:  The operation is started. In this case, the last parameter of the callback function should be a valid pointer to a JET_SNPROG structure indicating the total number of units to be executed.

JET_sntProgress
0

The number of units completed and number of units yet to be done. This information is returned in the members of a JET_SNPROG structure.

JET_sntComplete
6

The completion of an operation.

JET_sntFail
3

The failure of an operation.

JET_sntRecoveryStep
8

The recovery control of an operation.

> [!NOTE]>

This value is not applicable to versions of the Windows operating system starting with Windows 8.

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.

See Also

JET_PFNSTATUS
JET_SNP
JET_SNPROG