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

LocalAlloc() private method

private LocalAlloc ( int uFlags, UIntPtr sizetdwBytes ) : System.Net.SafeLocalFree
uFlags int
sizetdwBytes UIntPtr
return System.Net.SafeLocalFree
            internal static extern SafeLocalFree LocalAlloc(int uFlags, UIntPtr sizetdwBytes);