System.PError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PError = ^Cardinal;

C++

typedef unsigned *PError;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Is a pointer to a LongWord.

PError represents a pointer to a LongWord. PError is used to identify an error condition.

See Also