_Win32.cs source code in C# .NET

Source code for the .NET framework in C#

                        

Code:

/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Net / System / Net / _Win32.cs / 1 / _Win32.cs

                            //------------------------------------------------------------------------------ 
// 
//     Copyright (c) Microsoft Corporation.  All rights reserved.
// 
//----------------------------------------------------------------------------- 

namespace System.Net { 
 
    internal static class Win32 {
        internal const  int OverlappedInternalOffset     = 0; 
        internal static int OverlappedInternalHighOffset = IntPtr.Size;
        internal static int OverlappedOffsetOffset       = IntPtr.Size*2;
        internal static int OverlappedOffsetHighOffset   = IntPtr.Size*2 + 4;
        internal static int OverlappedhEventOffset       = IntPtr.Size*2 + 8; 
        internal static int OverlappedSize               = IntPtr.Size*3 + 8;
    } 
} 


                        

Link Menu

Network programming in C#, Network Programming in VB.NET, Network Programming in .NET
This book is available now!
Buy at Amazon US or
Buy at Amazon UK