010

Alias types to make it easier to move template definitions over from 010 Editor to ImHex

Types

BYTE

using BYTE = ;

CHAR

using CHAR = ;

DOUBLE

using DOUBLE = ;

DWORD

using DWORD = ;

FLOAT

using FLOAT = ;

INT

INT16

INT32

INT64

LONG

QUAD

QWORD

SHORT

UBYTE

UCHAR

UINT

UINT16

UINT32

UINT64

ULONG

UQUAD

USHORT

WORD

__int64

__uint64

byte

int

int16

int32

int64

long

quad

short

ubyte

uchar

uint

uint16

uint32

uint64

ulong

uquad

ushort

Last updated

Was this helpful?