JET_API_PTR

Si applica a: Windows | Windows Server

JET_API_PTR

Il tipo di dati JET_API_PTR contiene un valore integer o un puntatore.

    #if defined(_WIN64)
        typedef unsigned __int64 JET_API_PTR;
    #elif !defined(__midl) && (defined(_X86_) || defined(_M_IX86)) && _MSC_VER >= 1300
        typedef __w64 unsigned long JET_API_PTR;
    #else
        typedef unsigned long JET_API_PTR;
    #endif

Tipi di dati

JET_API_PTR

Come un tipo di dati DWORD_PTR , il tipo di dati JET_API_PTR viene definito come 4 byte in un computer a 32 bit e 8 byte in un computer a 64 bit.

Commenti

Il tipo di dati JET_API_PTR viene usato per definire i tipi di dati seguenti:

Requisiti

Requisito Valore

Client

Richiede Windows Vista, Windows XP o Windows 2000 Professional.

Server

Richiede Windows Server 2008, Windows Server 2003 o Windows 2000 Server.

Intestazione

Dichiarato in Esent.h.