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