#ifndef _NTSMSS_H // private typedef struct _SMSESSIONCOMPLETE { _In_ ULONG SessionId; _In_ NTSTATUS CompletionStatus; } SMSESSIONCOMPLETE, *PSMSESSIONCOMPLETE; #endif View code on GitHub
No description available.