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...") |
m (Fix size parameter) |
||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
| Header code [0x00110042] | | Header code [0x00110042] | ||
|- | |- | ||
− | | | + | | 1 |
| Size | | Size | ||
|- | |- | ||
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. |
Latest revision as of 11:18, 12 August 2023
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00110042] |
1 | Size |
2 | (Size<<4) | 12 |
3 | Pointer to output data |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
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.