MONITOR_INVOCATION_INPUT - NtDoc

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

// rev
typedef struct _MONITOR_INVOCATION_INPUT
{
    BOOLEAN Invoke;
    UCHAR Reserved[3];
    ULONG SessionId;
} MONITOR_INVOCATION_INPUT, *PMONITOR_INVOCATION_INPUT;

#endif

View code on GitHub

NtDoc

No description available.