SYSTEM_SOFT_REBOOT_INFORMATION - NtDoc

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

// rev
typedef struct _SYSTEM_SOFT_REBOOT_INFORMATION
{
    ULONG Flags;
} SYSTEM_SOFT_REBOOT_INFORMATION, *PSYSTEM_SOFT_REBOOT_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.