USERTHREAD_RESTORE_DESKTOP_INFO - NtDoc

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

// rev
typedef struct _USERTHREAD_RESTORE_DESKTOP_INFO
{
    USERTHREAD_DESKTOP_CONTEXT DesktopContext;
    ULONG Flags; // optional; read when input size is 0x20
    ULONG Reserved;
} USERTHREAD_RESTORE_DESKTOP_INFO, *PUSERTHREAD_RESTORE_DESKTOP_INFO;

#endif

View code on GitHub

NtDoc

No description available.