Difference between revisions of "SSLC:GenerateRandomData"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00110042] |- | 2 | Size |- | 2 | (Size<<4) <nowiki>|</nowiki> 12 |- | 3 | Point...") |
|||
Line 30: | Line 30: | ||
| Result code | | Result code | ||
|} | |} | ||
+ | |||
+ | =Description= | ||
+ | This can only be used if this session was previously initialized with [[SSLC:Initialize]] or [[SSLC:InitializeConnectionSession]]. After that, this just uses [[Process_Services|ps:ps]] GenerateRandomData. |
Revision as of 23:23, 24 March 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x00110042] |
2 | Size |
2 | (Size<<4) | 12 |
3 | Pointer to output data |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
This can only be used if this session was previously initialized with SSLC:Initialize or SSLC:InitializeConnectionSession. After that, this just uses ps:ps GenerateRandomData.