Fundamental Type Definitions

group a3d_fundamental_types

Version

2.0

Macro definitions

HMODULE

A handle to a module.

Type definitions

A3DBool

Standard boolean type.

A3DPtr

Void pointer.

A3DVoid

Void.

A3DInt8

Signed integer guaranteed to be 8-bit on all platforms.

A3DUns8

Unsigned integer guaranteed to be 8-bit on all platforms.

A3DInt16

Signed integer guaranteed to be 16-bit on all platforms.

A3DUns16

Unsigned integer guaranteed to be 16-bit on all platforms.

A3DInt32

Signed integer guaranteed to be 32-bit on all platforms.

A3DUns32

Unsigned integer guaranteed to be 32-bit on all platforms.

A3DFloat

Standard C float type.

A3DDouble

Standard C double type.

A3DUTF8Char

Standard UTF-8 char type.

A3DUniChar

Standard Non-Unicode char type.