SMSTARTCSR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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;

#endif

View code on GitHub

No description available.