Difference between revisions of "SSLC:CreateContext"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000200C2] |- | 1 | Socket descriptor |- | 2 | ? |- | 2 | Host-name size, includi...") |
|||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | Socket descriptor | + | | [[Socket_Services|Socket]] descriptor |
|- | |- | ||
| 2 | | 2 |
Revision as of 16:28, 9 July 2013
Request
Index Word | Description |
---|---|
0 | Header code [0x000200C2] |
1 | Socket descriptor |
2 | ? |
2 | Host-name size, including null-terminator. |
4 | (Size<<4) | 10 |
5 | Pointer to input host-name buffer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Output SSL context handle |