public static ________________________ LocalAlloc(int cb) { ________________________ safeLocalFree = LocalAlloc(0, (UIntPtr)((ulong)cb)); if (!safeLocalFree.IsInvalid) { return(safeLocalFree); } safeLocalFree.SetHandleAsInvalid(); throw new OutOfMemoryException(); }
internal static extern uint GetTcpTable(________________________ pTcpTable, ref uint dwOutBufLen, bool order);