JET_API_PTR
適用于: Windows |Windows Server
JET_API_PTR
JET_API_PTR資料類型會保存整數或指標值。
#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
資料類型
JET_API_PTR
如同 DWORD_PTR 資料類型, JET_API_PTR 資料類型會在 32 位電腦上定義為 4 個位元組,而 64 位電腦上的 8 個位元組。
備註
JET_API_PTR資料類型可用來定義下列資料類型:
規格需求
需求 | 值 |
---|---|
用戶端 |
需要 Windows Vista、Windows XP 或 Windows 2000 Professional。 |
Server |
需要 Windows Server 2008、Windows Server 2003 或 Windows 2000 Server。 |
標頭 |
在 Esent.h 中宣告。 |