class documentation

class FieldKind(IntEnum): (source)

View In Hierarchy

Undocumented

Constant BYTE Undocumented
Constant CEXOLOCSTRING Undocumented
Constant CEXOSTRING Undocumented
Constant CHAR Undocumented
Constant DOUBLE Undocumented
Constant DWORD Undocumented
Constant DWORD64 Undocumented
Constant FLOAT Undocumented
Constant INT Undocumented
Constant INT64 Undocumented
Constant LIST Undocumented
Constant RESREF Undocumented
Constant SHORT Undocumented
Constant STRUCT Undocumented
Constant VOID Undocumented
Constant WORD Undocumented
BYTE: int = (source)

Undocumented

Value
0
CEXOLOCSTRING: int = (source)

Undocumented

Value
12
CEXOSTRING: int = (source)

Undocumented

Value
10
CHAR: int = (source)

Undocumented

Value
1
DOUBLE: int = (source)

Undocumented

Value
9
DWORD: int = (source)

Undocumented

Value
4
DWORD64: int = (source)

Undocumented

Value
6
FLOAT: int = (source)

Undocumented

Value
8
INT: int = (source)

Undocumented

Value
5
INT64: int = (source)

Undocumented

Value
7
LIST: int = (source)

Undocumented

Value
15
RESREF: int = (source)

Undocumented

Value
11
SHORT: int = (source)

Undocumented

Value
3
STRUCT: int = (source)

Undocumented

Value
14
VOID: int = (source)

Undocumented

Value
13
WORD: int = (source)

Undocumented

Value
2