public uint ServerAllocateOXIDAndOIDs(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, out long p1, int p2, out long[] p3, out int p4, Struct_6 p5, System.Nullable <Struct_2> p6, System.Nullable <Struct_2> p7, out long p8, out System.Nullable <Struct_2> p9) { _Marshal_Helper m = new _Marshal_Helper(); m.WriteContextHandle(p0); m.WriteInt32(p2); m.Write_5(p5); m.WriteReferent(p6, new System.Action <Struct_2>(m.Write_1)); m.WriteReferent(p7, new System.Action <Struct_2>(m.Write_1)); _Unmarshal_Helper u = SendReceive(6, m); p1 = u.ReadInt64(); p3 = u.Read_27(); p4 = u.ReadInt32(); p8 = u.ReadInt64(); p9 = u.ReadReferentValue <Struct_2>(new System.Func <Struct_2>(u.Read_1), false); return(u.ReadUInt32()); }
private void Unmarshal(_Unmarshal_Helper u) { Member0 = u.Read_27(); }