USERTHREAD_CSRSS_DESKTOP_INFO - NtDoc

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

// rev
typedef struct _USERTHREAD_CSRSS_DESKTOP_INFO
{
    ULONG_PTR InputValue; // window-like value returned from desktop state query path
    ULONG DesktopState; // 0/1/2 observed
    ULONG Flags; // bit 0x1 output; bit 0x800 input
    USERTHREAD_DESKTOP_CONTEXT DesktopContext; // used with xxxRestore/xxxSetCsrssThreadDesktop
} USERTHREAD_CSRSS_DESKTOP_INFO, *PUSERTHREAD_CSRSS_DESKTOP_INFO;

#endif

View code on GitHub

NtDoc

No description available.