Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 2,460: Line 2,460:
 
|-
 
|-
 
| <code>COLOR_FORMAT_UNKNOWN = LongWord(-1);</code>
 
| <code>COLOR_FORMAT_UNKNOWN = LongWord(-1);</code>
 +
| &nbsp;
 +
|-
 +
|}
 +
</div></div>
 +
<br />
 +
 +
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
 +
<div style="font-size: 14px; padding-left: 12px;">'''Universal size constants''' <code> SIZE_* </code></div>
 +
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
 +
{| class="wikitable" style="font-size: 14px; background: white;"
 +
|-
 +
|colspan="2"|From /include/linux/sizes.h
 +
|-
 +
| <code>SIZE_0 = $00000000;</code>
 +
| style="width: 50%;"|&nbsp;
 +
|-
 +
| <code>SIZE_1 = $00000001;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_2 = $00000002;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_4 = $00000004;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_8 = $00000008;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_16 = $00000010;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_32 = $00000020;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_64 = $00000040;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_128 = $00000080;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_256 = $00000100;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_512 = $00000200;</code>
 +
| &nbsp;
 +
|-
 +
|colspan="2"|&nbsp;
 +
|-
 +
| <code>SIZE_1K = $00000400;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_2K = $00000800;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_4K = $00001000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_8K = $00002000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_16K = $00004000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_32K = $00008000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_64K = $00010000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_128K = $00020000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_256K = $00040000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_512K = $00080000;</code>
 +
| &nbsp;
 +
|-
 +
|colspan="2"|&nbsp;
 +
|-
 +
| <code>SIZE_1M = $00100000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_2M = $00200000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_4M = $00400000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_8M = $00800000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_16M = $01000000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_32M = $02000000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_64M = $04000000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_128M = $08000000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_256M = $10000000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_512M = $20000000;</code>
 +
| &nbsp;
 +
|-
 +
|colspan="2"|&nbsp;
 +
|-
 +
| <code>SIZE_1G = $40000000;</code>
 +
| &nbsp;
 +
|-
 +
| <code>SIZE_2G = $80000000;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-

Revision as of 03:25, 26 September 2016

Return to Unit Reference


Description


To be documented

Constants



[Expand]
Universal error constants ERROR_*


[Expand]
Universal value constants INVALID_*


[Expand]
File position constants FILE_*


[Expand]
File open/create constants CREATE_*


[Expand]
File creation flag constants FILE_FLAG_*


[Expand]
File attribute constants FILE_ATTRIBUTE_*


[Expand]
Filesystem attribute constants FS_*


[Expand]
Timeout constants INFINITE =*


[Expand]
TLS constants TLS_*


[Expand]
Wait constants WAIT_*


[Expand]
Thread state constants STILL_*


[Expand]
TimeZone constants TIME_ZONE_*


[Expand]
Universal key code constants KEY_CODE_*


[Expand]
Universal scan code constants SCAN_CODE_*


[Expand]
Universal color constants COLOR_*


[Expand]
Universal size constants SIZE_*


Type definitions


None defined

Public variables


None defined

Function declarations


None defined


Return to Unit Reference