SMLOADDEFERED - NtDoc

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

// private
typedef struct _SMLOADDEFERED
{
    _In_ ULONG SubsystemNameLength;
    _In_ _Field_size_bytes_(SubsystemNameLength) WCHAR SubsystemName[32];
} SMLOADDEFERED, *PSMLOADDEFERED;

#endif

View code on GitHub

No description available.