SIGNATURE_32

Returns a 32-bit signature built from 2 ASCII characters.

This macro returns a 32-bit value built from the four ASCII characters specified by A, B, C, and D.

extern (C)
SIGNATURE_32
(
T
)
(
T A
,
T B
,
T C
,
T D
)

Parameters

A T

The first ASCII character.

B T

The second ASCII character.

C T

The third ASCII character.

D T

The fourth ASCII character.

Return Value

Type: auto

A 32-bit value built from the two ASCII characters specified by A, B, C and D.

Meta