PSTR Type
Declaration
typedef char FAR *PSTR;
Description

The PSTR type is an architecture-dependent data type representing a pointer to a character string. Depending on the memory model of the target architecture, this definition may include the FAR modifier to facilitate addressing across distinct memory segments.

Version:1.0
Header file:AR_Types.h (include AR_API.h)
See also: FAR, NEAR, PVOID
SpaceShadow documentation