Difference between revisions of "Unit GlobalConst"
From Ultibo.org
Line 269: | Line 269: | ||
| <code>ERROR_UNKNOWN = $FFFFFFFF;</code> | | <code>ERROR_UNKNOWN = $FFFFFFFF;</code> | ||
| | | | ||
+ | |- | ||
+ | |} | ||
+ | </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 value constants''' <code> INVALID_* </code></div> | ||
+ | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | ||
+ | {| class="wikitable" style="font-size: 14px; background: white;" | ||
+ | |- | ||
+ | | <code>INVALID_HANDLE_VALUE = THandle(-1);</code> | ||
+ | | DWORD(-1); | ||
+ | |- | ||
+ | | <code>INVALID_FILE_SIZE = DWORD($FFFFFFFF);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>INVALID_SET_FILE_POINTER = DWORD(-1);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>INVALID_FILE_ATTRIBUTES = DWORD(-1);</code> | ||
+ | | | ||
+ | |- | ||
+ | |} | ||
+ | </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;">'''File position constants''' <code> FILE_* </code></div> | ||
+ | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | ||
+ | {| class="wikitable" style="font-size: 14px; background: white;" | ||
+ | |- | ||
+ | | <code>FILE_BEGIN = 0;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_CURRENT = 1;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_END = 2;</code> | ||
+ | | style="width: 50%;| | ||
|- | |- | ||
|} | |} |
Revision as of 06:53, 24 September 2016
Return to Unit Reference
Contents
[hide]Description
To be documented
Constants
[Expand]
Universal error constants
ERROR_*
[Expand]
Universal value constants
INVALID_*
[Expand]
File position constants
FILE_*
To be documented
Type definitions
None defined
Public variables
None defined
Function declarations
None defined
Return to Unit Reference