JET_PSTR
Windows
Last modified: March 09, 2015
Applies to: Windows | Windows Server
The JET_PSTR data type contains a null-terminated ASCII string (char *).
Windows Vista: JET_PSTR is introduced in Windows Vista.
typedef __nullterminated char * JET_PSTR;
Data Types
JET_PSTR
Null-terminated, ASCII string (char *).
Requirements
Client | Requires Windows Vista. |
Server | Requires Windows Server 2008. |
Header | Declared in Esent.h. |
Show: