Changes

146 bytes removed ,  19:48, 20 April 2012
m
Reverted edits by Neimod (talk) to last revision by Yellows8
Line 68: Line 68:  
|}
 
|}
   −
=LowPath=
+
=LowPath Types=
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
!  Type
+
LowPath.Type
 
!  Description
 
!  Description
 
|-
 
|-
| 0 (INVALID)
+
| 2
| Specifies an invalid path.
+
| ExeFS file path, first u32 in the LowPath.data buffer is an ID while the rest is the 8-byte filename
 
|-
 
|-
| 1 (EMPTY)
+
| 3
| Specifies an empty path.
+
| Path char*
 
|-
 
|-
| 2 (BINARY)
+
| 4
| Specifies a binary path, which is non-text based.
+
| Path wchar_t*
|-
  −
| 3 (CHAR)
  −
| Specifies a text based path with a 8-bit byte per character.
  −
|-
  −
| 4 (WCHAR)
  −
| Specifies a text based path with a 16-bit short per character.
   
|}
 
|}