System.Net.UnsafeNclNativeMethods.SafeNetHandlesSafeOverlappedFree.LocalAlloc C# (CSharp) Method

LocalAlloc() private method

private LocalAlloc ( int uFlags, UIntPtr sizetdwBytes ) : System.Net.SafeOverlappedFree
uFlags int
sizetdwBytes UIntPtr
return System.Net.SafeOverlappedFree
            internal static extern SafeOverlappedFree LocalAlloc(int uFlags, UIntPtr sizetdwBytes);
        }
UnsafeNclNativeMethods.SafeNetHandlesSafeOverlappedFree