Abstractions.WindowsApi.pInvokes.SafeNativeMethods.WTSEnumerateSessions C# (CSharp) 메소드

WTSEnumerateSessions() 개인적인 메소드

private WTSEnumerateSessions ( IntPtr hServer, [ Reserved, [ Version, IntPtr &ppSessionInfo, [ pCount ) : int
hServer System.IntPtr
Reserved [
Version [
ppSessionInfo System.IntPtr
pCount [
리턴 int
            public static extern int WTSEnumerateSessions(IntPtr hServer,
                [MarshalAs(UnmanagedType.U4)] int Reserved,
                [MarshalAs(UnmanagedType.U4)] int Version,
                ref IntPtr ppSessionInfo,
                [MarshalAs(UnmanagedType.U4)] ref int pCount);