SHORT typedef short SHORT;//Short integer (16 bits). SIZE_T typedef ULONG_PTR SIZE_T;//The maximum number of bytes to which a pointer can point. Use for a count that must span the full range of a pointer. SSIZE_T typedef LONG_PTR SSIZE_T;//Signed SIZE_T. TBYTE #ifdef UNICODE//...
Type NameBytesOther NamesRange of Values int 4 signed -2,147,483,648 to 2,147,483,647 unsigned int 4 unsigned 0 to 4,294,967,295 __int8 1 char -128 to 127 unsigned __int8 1 unsigned char 0 to 255 __int16 2 short, short int, signed short int -32,768 to 32,767 unsigned ...
NameTypeDescription Action String Policy. Valid values: ACCEPT, DROP. AddressModule String All the addresses that the address group ID represents. CidrIp String Source IP or IP address range, such as 192.168.0.0/16. Desc String Description. IpProtocol String Network protocol, such as UDP and TC...
NameTypeDescription StepNoIntegerStep number StepNameStringStep name StepIdStringStep ID StatusIntegerStep status. Value range: 0 (default), 1 (succeeded), 2 (failed), 3 (in progress), 4 (not started) StartTimeStringStart time of current step in the format ofyyyy-mm-dd hh:mm:ss. This ...
Char Stores a single, 16-bit character as a value in the range 0 to 65535. You can convert this data type from a number to a character and vice versa. This means you can use mathematical operators on Char variables. Code Denotes a special type of string that is conve...
The short integer data type,INTEGER*2, holds a signed integer. An expression involving only objects of typeINTEGER*2is of that type. Using this feature may have adverse performance implications, and is not recommended. Generic functions return short or long integers depending on the default intege...
Type Description String CHAR(M) Range: char[(length)]. A fixed-length string of 1 to 255 characters (1 by default). VARCHAR(M) Range: char(length). A variable-length string of 1 to 65,535 characters. Value DECIMAL(M,D) Uncompressed floating-point numbers cannot be unsigned. In unpac...
Typically the <index_constraint> is just the range of the array, such as (1 to 10) or (0 to 99), while the <element_subtype_indication> defines the kind of data that is to be stored in the array. Let's take a short detour into the <index_constraint>. Typically the index constrai...
Choose the data type that meets the boundary value range requirements of your applicationYour choice of a data type can help to set the boundaries for the size of the data you might store in that particular variable. For example, if you know a particular variable should only store a number...
The Large Number data type (eight bytes) gives you a much greater range for calculation than the Number data type (four bytes). For example, the Number data type has a range of -2^31 to 2^31-1 but the Large Number data type has a range of -2^63 to 2^63-1. For more informati...