SRV:RegisterClient: Difference between revisions
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m moved SRV:Initialize to SRV:RegisterClient: Name accuracy. |
No edit summary |
||
| Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
| 0x20 | | Handle to associate with the ''srv:'' session; use 0x20 to ask the kernel to use the current process handle. | ||
|} | |} | ||
| Line 24: | Line 24: | ||
| Result code | | Result code | ||
|} | |} | ||
Registers the given process handle for use of other ''srv:'' commands. Based on the process ID, ''srv:'' performs some rudimentary access control. | |||
Revision as of 21:26, 31 January 2016
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x00010002] |
| 1 | Handle to associate with the srv: session; use 0x20 to ask the kernel to use the current process handle. |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
Registers the given process handle for use of other srv: commands. Based on the process ID, srv: performs some rudimentary access control.