WNOTIFY_THIS_SESSION - NtDoc

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

// Flags for WinStationRegisterConsoleNotificatio
/**
 * WNOTIFY_THIS_SESSION
 *
 * Specifies that only session notifications involving the session attached
 * to by the window identified by the WindowHandle are to be received.
 */
#define WNOTIFY_THIS_SESSION 0x0

// end_rev
#endif

View code on GitHub

NtDoc

No description available.