SMSESSIONCOMPLETE - NtDoc

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

// private
typedef struct _SMSESSIONCOMPLETE
{
    _In_ ULONG SessionId;
    _In_ NTSTATUS CompletionStatus;
} SMSESSIONCOMPLETE, *PSMSESSIONCOMPLETE;

#endif

View code on GitHub

No description available.