mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:26:09 +00:00
[SMSS] Improve comments/code/some DPRINTs. Reorganize smss.h header.
This commit is contained in:
parent
06a0451415
commit
f43ce46566
8 changed files with 227 additions and 213 deletions
|
@ -280,9 +280,7 @@ SmExecPgm(
|
|||
#endif
|
||||
|
||||
/* Set the message data */
|
||||
RtlCopyMemory(&ExecPgm->ProcessInformation,
|
||||
ProcessInformation,
|
||||
sizeof(ExecPgm->ProcessInformation));
|
||||
ExecPgm->ProcessInformation = *ProcessInformation;
|
||||
ExecPgm->DebugFlag = DebugFlag;
|
||||
|
||||
/* Send the message and wait for a reply */
|
||||
|
@ -420,7 +418,7 @@ SmStartCsr(
|
|||
SmApiMsg.ApiNumber = SmpStartCsrApi;
|
||||
Status = SmSendMsgToSm(SmApiPort, &SmApiMsg);
|
||||
|
||||
/* Give back informations to caller */
|
||||
/* Give back information to caller */
|
||||
*pMuSessionId = StartCsr->MuSessionId;
|
||||
*pWindowsSubSysProcessId = StartCsr->WindowsSubSysProcessId;
|
||||
*pInitialCommandProcessId = StartCsr->SmpInitialCommandProcessId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue