Changes

661 bytes added ,  23:11, 20 February 2016
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00140040] |- | 1 | contexthandle |} =Response= {| cla..."
=Request=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x00140040]
|-
| 1
| [[SSLC:CreateContext|contexthandle]]
|}

=Response=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code
|-
| 1
| Result code
|-
| 2
| Internal retval before the internal retval is converted to result-code. Only set when the internal retval is >=0.
|-
| 3
| u32 output, unknown.
|}

=Description=
This calls the same function as [[SSLC:StartConnection]] internally. The only difference is that the original retval from that function is saved, and that this function writes an output u32 instead of skipping this.