Unit CAPI_Types

Uses
Classes, Interfaces, Objects and Records
Functions and Procedures
Constants
Variables

Description

 

Overview

Types

PointerArray0 = array[0..$effffff] of Pointer;
PPointerArray0 = ˆPointerArray0;
DoubleArray0 = array[0..$effffff] of Double;
PDoubleArray0 = ˆDoubleArray0;
IntegerArray0 = array[0..$effffff] of Integer;
PIntegerArray0 = ˆIntegerArray0;
PAnsiCharArray0 = array[0..$effffff] of PAnsiChar;
PPAnsiCharArray0 = ˆPAnsiCharArray0;
PPDouble = ˆPDouble;
PPInteger = ˆPInteger;
PPByte = ˆPByte;
PPPAnsiChar = ˆPPAnsiChar;
Float32 = Single;
Float32Array0 = array[0..$effffff] of Float32;
PFloat32Array0 = ˆFloat32Array0;
PFloat32 = ˆFloat32;
PPFloat32 = ˆPFloat32;
SingleArray0 = Float32Array0;
PSingleArray0 = PFloat32Array0;
PSingle = PFloat32;
PPSingle = PPFloat32;
TAPISize = Int32;
PAPISize = ˆInt32;
TAPIBoolean = WordBool;

Description

Types

PointerArray0 = array[0..$effffff] of Pointer;
 
PPointerArray0 = ˆPointerArray0;
 
DoubleArray0 = array[0..$effffff] of Double;
 
PDoubleArray0 = ˆDoubleArray0;
 
IntegerArray0 = array[0..$effffff] of Integer;
 
PIntegerArray0 = ˆIntegerArray0;
 
PAnsiCharArray0 = array[0..$effffff] of PAnsiChar;
 
PPAnsiCharArray0 = ˆPAnsiCharArray0;
 
PPDouble = ˆPDouble;
 
PPInteger = ˆPInteger;
 
PPByte = ˆPByte;
 
PPPAnsiChar = ˆPPAnsiChar;
 
Float32 = Single;
 
Float32Array0 = array[0..$effffff] of Float32;
 
PFloat32Array0 = ˆFloat32Array0;
 
PFloat32 = ˆFloat32;
 
PPFloat32 = ˆPFloat32;
 
SingleArray0 = Float32Array0;
 
PSingleArray0 = PFloat32Array0;
 
PSingle = PFloat32;
 
PPSingle = PPFloat32;
 
TAPISize = Int32;

TODO: for 0.13, update to Int64 and Boolean

PAPISize = ˆInt32;
 
TAPIBoolean = WordBool;
 

Generated by PasDoc 0.16.0.