#ifndef _NTSMSS_H
// private
typedef struct _SMSTARTCSR
{
_Inout_ ULONG MuSessionId;
_In_ ULONG InitialCommandLength;
_In_ _Field_size_bytes_(InitialCommandLength) WCHAR InitialCommand[128];
_Out_ HANDLE InitialCommandProcessId;
_Out_ HANDLE WindowsSubSysProcessId;
} SMSTARTCSR, *PSMSTARTCSR;
View code on GitHub
No description available.