SMSTARTSERVERSILO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTSMSS_H

// private
typedef struct _SMSTARTSERVERSILO
{
    _In_ HANDLE JobHandle;
    _In_ BOOLEAN CreateSuspended;
} SMSTARTSERVERSILO, *PSMSTARTSERVERSILO;

#endif

View code on GitHub

No description available.