Changes

538 bytes added ,  18:39, 1 May 2014
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001F0040] |- | 1 | Output size, normally 0x150-bytes. |} The following is locat..."
=Request=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x001F0040]
|-
| 1
| Output size, normally 0x150-bytes.
|}

The following is located 0x100-bytes after the beginning of the above command buffer:
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| (size<<14) <nowiki>|</nowiki> 2
|-
| 1
| Pointer to the output buffer.
|}

=Response=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code
|-
| 1
| Result code
|-
| 2
| POSIX return value
|}