System.Net.UnsafeNclNativeMethods.SafeNetHandlesSafeOverlappedFree.LocalAlloc C# (CSharp) 메소드

LocalAlloc() 개인적인 메소드

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