-
Notifications
You must be signed in to change notification settings - Fork 386
docs(ipc-protocol): document SetEnvironmentVariable #5674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| Header: `{ Magic; size; 0xFF00; 0x0000; }` | ||
|
|
||
| There is no payload. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| There is no payload. | |
| `SetEnvironmentVariable` returns: | |
| * `int32 hresult`: The result of setting the environment variable (`0` indicates success) |
|
Thanks for the review! I applied both suggestions: the |
|
Applied the remaining suggestion (add |
tommcdon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Adds the missing Process
SetEnvironmentVariablecommand section (0x0403) todocumentation/design-docs/ipc-protocol.md.Fixes #5664.