public uint _Connect(
            string p0,
            string p1,
            System.Nullable <Struct_0> p2,
            int p3,
            out NtApiDotNet.Ndr.Marshal.NdrContextHandle p4,
            out int p5,
            out System.Nullable <Struct_2> p6,
            out long p7,
            int p8,
            out long[] p9,
            out int p10,
            out int p11,
            out int p12,
            out int p13,
            out string p14,
            out int p15,
            out int p16,
            out int p17,
            out short[] p18,
            out int p19,
            out Struct_3[] p20,
            out int p21,
            out System.Guid[] p22,
            out int p23,
            out int p24,
            out long p25,
            out System.Guid p26,
            out int[] p27,
            out int p28,
            out byte[] p29)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteReferent(p0, new System.Action <string>(m.WriteTerminatedString));
            m.WriteReferent(p1, new System.Action <string>(m.WriteTerminatedString));
            m.WriteReferent(p2, new System.Action <Struct_0>(m.Write_0));
            m.WriteInt32(p3);
            m.WriteInt32(p8);
            _Unmarshal_Helper u = SendReceive(0, m);

            p4  = u.ReadContextHandle();
            p5  = u.ReadInt32();
            p6  = u.ReadReferentValue <Struct_2>(new System.Func <Struct_2>(u.Read_1), false);
            p7  = u.ReadInt64();
            p9  = u.Read_16();
            p10 = u.ReadInt32();
            p11 = u.ReadInt32();
            p12 = u.ReadInt32();
            p13 = u.ReadInt32();
            p14 = u.ReadReferent <string>(new System.Func <string>(u.ReadConformantVaryingString), false);
            p15 = u.ReadInt32();
            p16 = u.ReadInt32();
            p17 = u.ReadInt32();
            p18 = u.ReadReferent <short[]>(new System.Func <short[]>(u.Read_17), false);
            p19 = u.ReadInt32();
            p20 = u.ReadReferent <Struct_3[]>(new System.Func <Struct_3[]>(u.Read_18), false);
            p21 = u.ReadInt32();
            p22 = u.ReadReferent <System.Guid[]>(new System.Func <System.Guid[]>(u.Read_19), false);
            p23 = u.ReadInt32();
            p24 = u.ReadInt32();
            p25 = u.ReadInt64();
            p26 = u.ReadGuid();
            p27 = u.Read_20();
            p28 = u.ReadInt32();
            p29 = u.ReadReferent <byte[]>(new System.Func <byte[]>(u.Read_21), false);
            return(u.ReadUInt32());
        }
 public uint PrivLogMachineClassesRootPermissions()
 {
     _Marshal_Helper m = new _Marshal_Helper();
     _Unmarshal_Helper u = SendReceive(29, m);
     return u.ReadUInt32();
 }
 public uint PrivilegedNotifyComClassChangesFromDeployment()
 {
     _Marshal_Helper m = new _Marshal_Helper();
     _Unmarshal_Helper u = SendReceive(24, m);
     return u.ReadUInt32();
 }
 public uint PrivilegedNotifyWinRTActivationStoreChanged()
 {
     _Marshal_Helper m = new _Marshal_Helper();
     _Unmarshal_Helper u = SendReceive(16, m);
     return u.ReadUInt32();
 }
 public uint TickleActivationSettings()
 {
     _Marshal_Helper m = new _Marshal_Helper();
     _Unmarshal_Helper u = SendReceive(14, m);
     return u.ReadUInt32();
 }
 public uint Clone()
 {
     _Marshal_Helper m = new _Marshal_Helper();
     _Unmarshal_Helper u = SendReceive(12, m);
     return u.ReadUInt32();
 }