public uint CrossContainerResolveOxid(long p0, out System.Nullable <Struct_1> p1, out System.Guid p2, out long p3, out System.Guid p4, out Struct_0 p5)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteInt64(p0);
            _Unmarshal_Helper u = SendReceive(4, m);

            p1 = u.ReadReferentValue <Struct_1>(new System.Func <Struct_1>(u.Read_1), false);
            p2 = u.ReadGuid();
            p3 = u.ReadInt64();
            p4 = u.ReadGuid();
            p5 = u.Read_0();
            return(u.ReadUInt32());
        }
 public uint _LaunchWinRTService(Struct_3 p0, int p1, int p2, int p3, long p4, out int p5, out int p6, out System.Nullable<Struct_4> p7)
 {
     _Marshal_Helper m = new _Marshal_Helper();
     m.Write_2(p0);
     m.WriteInt32(p1);
     m.WriteInt32(p2);
     m.WriteInt32(p3);
     m.WriteInt64(p4);
     _Unmarshal_Helper u = SendReceive(5, m);
     p5 = u.ReadInt32();
     p6 = u.ReadInt32();
     p7 = u.ReadReferentValue<Struct_4>(new System.Func<Struct_4>(u.Read_3), false);
     return u.ReadUInt32();
 }
Esempio n. 3
0
        public uint ResolveOxid2(long p0, short p1, short[] p2, out System.Nullable <Struct_0> p3, out System.Guid p4, out int p5, out Struct_2 p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteInt64(p0);
            m.WriteInt16(p1);
            m.Write_3(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"), p1);
            _Unmarshal_Helper u = SendReceive(4, m);

            p3 = u.ReadReferentValue <Struct_0>(new System.Func <Struct_0>(u.Read_0), false);
            p4 = u.ReadGuid();
            p5 = u.ReadInt32();
            p6 = u.Read_1();
            return(u.ReadUInt32());
        }
        // async
        public int VltGetItem(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, System.Guid p1, System.Nullable <Struct_6> p2, Struct_6 p3, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p4, int p5, out System.Nullable <Struct_4> p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p0);
            m.WriteGuid(p1);
            m.WriteReferent(p2, new System.Action <Struct_6>(m.Write_5));
            m.Write_5(p3);
            m.WriteUInt3264(p4);
            m.WriteInt32(p5);
            _Unmarshal_Helper u = SendReceive(6, m);

            p6 = u.ReadReferentValue <Struct_4>(new System.Func <Struct_4>(u.Read_3), false);
            return(u.ReadInt32());
        }
Esempio n. 5
0
        public int NetrJobEnum(string p0, ref Struct_1 p1, int p2, out int p3, ref System.Nullable <int> p4)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteReferent(p0, new System.Action <string>(m.WriteTerminatedString));
            m.Write_1(p1);
            m.WriteInt32(p2);
            m.WriteReferent(p4, new System.Action <int>(m.WriteInt32));
            _Unmarshal_Helper u = SendReceive(2, m);

            p1 = u.Read_1();
            p3 = u.ReadInt32();
            p4 = u.ReadReferentValue <int>(new System.Func <int>(u.ReadInt32), false);
            return(u.ReadInt32());
        }
Esempio n. 6
0
        public int PsmSrvQueryApplicationProperties(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, byte[] p2, int p3, string p4, int p5, ref System.Nullable <int> p6, ref System.Nullable <long> p7, ref System.Nullable <long> p8, ref System.Nullable <long> p9, ref System.Nullable <NtApiDotNet.Ndr.Marshal.NdrEnum16> p10)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p0);
            m.WriteInt32(p1);
            m.Write_4(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"), p1);
            m.WriteInt32(p3);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p4, "p4"));
            m.WriteInt32(p5);
            m.WriteReferent(p6, new System.Action <int>(m.WriteInt32));
            m.WriteReferent(p7, new System.Action <long>(m.WriteInt64));
            m.WriteReferent(p8, new System.Action <long>(m.WriteInt64));
            m.WriteReferent(p9, new System.Action <long>(m.WriteInt64));
            m.WriteReferent(p10, new System.Action <NtApiDotNet.Ndr.Marshal.NdrEnum16>(m.WriteEnum16));
            _Unmarshal_Helper u = SendReceive(8, m);

            p6  = u.ReadReferentValue <int>(new System.Func <int>(u.ReadInt32), false);
            p7  = u.ReadReferentValue <long>(new System.Func <long>(u.ReadInt64), false);
            p8  = u.ReadReferentValue <long>(new System.Func <long>(u.ReadInt64), false);
            p9  = u.ReadReferentValue <long>(new System.Func <long>(u.ReadInt64), false);
            p10 = u.ReadReferentValue <NtApiDotNet.Ndr.Marshal.NdrEnum16>(new System.Func <NtApiDotNet.Ndr.Marshal.NdrEnum16>(u.ReadEnum16), false);
            return(u.ReadInt32());
        }
Esempio n. 7
0
        public int s_SrvRpcCryptEnumKeys(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, long p1, string p2, out System.Nullable <Struct_1> p3, ref long p4, int p5)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p0);
            m.WriteInt64(p1);
            m.WriteReferent(p2, new System.Action <string>(m.WriteTerminatedString));
            m.WriteInt64(p4);
            m.WriteInt32(p5);
            _Unmarshal_Helper u = SendReceive(5, m);

            p3 = u.ReadReferentValue <Struct_1>(new System.Func <Struct_1>(u.Read_1), false);
            p4 = u.ReadInt64();
            return(u.ReadInt32());
        }
        public int DusmRpcGetNetworkUsage(Struct_1 p0, Struct_10 p1, Struct_10 p2, int p3, System.Nullable <int> p4, System.Nullable <int> p5, out System.Nullable <Struct_15> p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.Write_1(p0);
            m.Write_9(p1);
            m.Write_9(p2);
            m.WriteInt32(p3);
            m.WriteReferent(p4, new System.Action <int>(m.WriteInt32));
            m.WriteReferent(p5, new System.Action <int>(m.WriteInt32));
            _Unmarshal_Helper u = SendReceive(20, m);

            p6 = u.ReadReferentValue <Struct_15>(new System.Func <Struct_15>(u.Read_14), false);
            return(u.ReadInt32());
        }
Esempio n. 9
0
        public uint HamRpcSrvTerminateActivityHost(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, long p1, NtApiDotNet.Ndr.Marshal.NdrEnum16 p2, NtApiDotNet.Ndr.Marshal.NdrEnum16 p3, ref System.Nullable <long> p4, int p5)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p0);
            m.WriteInt64(p1);
            m.WriteEnum16(p2);
            m.WriteEnum16(p3);
            m.WriteReferent(p4, new System.Action <long>(m.WriteInt64));
            m.WriteInt32(p5);
            _Unmarshal_Helper u = SendReceive(8, m);

            p4 = u.ReadReferentValue <long>(new System.Func <long>(u.ReadInt64), false);
            return(u.ReadUInt32());
        }
        public int WwanRpcConnectAdditionalPdpContext(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, System.Guid p1, int p2, string p3, out int p4, ref System.Nullable <int> p5)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p0);
            m.WriteGuid(p1);
            m.WriteInt32(p2);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p3, "p3"));
            m.WriteReferent(p5, new System.Action <int>(m.WriteInt32));
            _Unmarshal_Helper u = SendReceive(10, m);

            p4 = u.ReadInt32();
            p5 = u.ReadReferentValue <int>(new System.Func <int>(u.ReadInt32), false);
            return(u.ReadInt32());
        }
Esempio n. 11
0
        public int ElfrReportEventA(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, short p2, short p3, int p4, short p5, int p6, Struct_4 p7, System.Nullable <Struct_2> p8, Struct_4[] p9, sbyte[] p10, short p11, ref System.Nullable <int> p12, ref System.Nullable <int> p13)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p0);
            m.WriteInt32(p1);
            m.WriteInt16(p2);
            m.WriteInt16(p3);
            m.WriteInt32(p4);
            m.WriteInt16(p5);
            m.WriteInt32(p6);
            m.Write_4(p7);
            m.WriteReferent(p8, new System.Action <Struct_2>(m.Write_2));
            m.WriteReferent(p9, new System.Action <Struct_4[], long>(m.Write_12), p5);
            m.WriteReferent(p10, new System.Action <sbyte[], long>(m.Write_11), p6);
            m.WriteInt16(p11);
            m.WriteReferent(p12, new System.Action <int>(m.WriteInt32));
            m.WriteReferent(p13, new System.Action <int>(m.WriteInt32));
            _Unmarshal_Helper u = SendReceive(18, m);

            p12 = u.ReadReferentValue <int>(new System.Func <int>(u.ReadInt32), false);
            p13 = u.ReadReferentValue <int>(new System.Func <int>(u.ReadInt32), false);
            return(u.ReadInt32());
        }
        public uint PeerDistStartupRPC(int p0, int p1, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p2, ref Struct_0 p3, ref System.Nullable <int> p4)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteInt32(p0);
            m.WriteInt32(p1);
            m.Write_0(p3);
            m.WriteReferent(p4, new System.Action <int>(m.WriteInt32));
            _Unmarshal_Helper u = SendReceive(0, m);

            p2 = u.ReadContextHandle();
            p3 = u.Read_0();
            p4 = u.ReadReferentValue <int>(new System.Func <int>(u.ReadInt32), false);
            return(u.ReadUInt32());
        }
        public int SvcFindNextStorageType(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, ref System.Nullable <NtApiDotNet.Ndr.Marshal.NdrEnum16> p1, ref string p2, out long p3, out long p4)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p0);
            m.WriteReferent(p1, new System.Action <NtApiDotNet.Ndr.Marshal.NdrEnum16>(m.WriteEnum16));
            m.WriteReferent(p2, new System.Action <string>(m.WriteTerminatedString));
            _Unmarshal_Helper u = SendReceive(3, m);

            p1 = u.ReadReferentValue <NtApiDotNet.Ndr.Marshal.NdrEnum16>(new System.Func <NtApiDotNet.Ndr.Marshal.NdrEnum16>(u.ReadEnum16), false);
            p2 = u.ReadReferent <string>(new System.Func <string>(u.ReadConformantVaryingString), false);
            p3 = u.ReadInt64();
            p4 = u.ReadInt64();
            return(u.ReadInt32());
        }
Esempio n. 14
0
        public int s_SSReadAccessRuleset(Struct_3 p0, Struct_0 p1, int p2, System.Guid p3, System.Guid p4, out System.Nullable <Struct_5> p5, int p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.Write_2(p0);
            m.Write_0(p1);
            m.WriteInt32(p2);
            m.WriteGuid(p3);
            m.WriteGuid(p4);
            m.WriteInt32(p6);
            _Unmarshal_Helper u = SendReceive(21, m);

            p5 = u.ReadReferentValue <Struct_5>(new System.Func <Struct_5>(u.Read_4), false);
            return(u.ReadInt32());
        }
        public int SCMActivatorCreateInstance(Struct_0 p0, Struct_5 p1, out Struct_11 p2, out Struct_12 p3, System.Nullable <Struct_19> p4, System.Nullable <Struct_19> p5, out System.Nullable <Struct_19> p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.Write_0(p0);
            m.Write_4(p1);
            m.WriteReferent(p4, new System.Action <Struct_19>(m.Write_18));
            m.WriteReferent(p5, new System.Action <Struct_19>(m.Write_18));
            _Unmarshal_Helper u = SendReceive(4, m);

            p2 = u.Read_10();
            p3 = u.Read_11();
            p6 = u.ReadReferentValue <Struct_19>(new System.Func <Struct_19>(u.Read_18), false);
            return(u.ReadInt32());
        }
Esempio n. 16
0
        public int AppXApplyTrustLabelToFolder_1(NtApiDotNet.Ndr.Marshal.NdrEnum16 p0, string p1, string p2, string[] p3, int p4, string p5, out System.Nullable <Struct_0> p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteEnum16(p0);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p1, "p1"));
            m.WriteReferent(p2, new System.Action <string>(m.WriteTerminatedString));
            m.WriteReferent(p3, new System.Action <string[], long>(m.Write_2), p4);
            m.WriteInt32(p4);
            m.WriteReferent(p5, new System.Action <string>(m.WriteTerminatedAnsiString));
            _Unmarshal_Helper u = SendReceive(1, m);

            p6 = u.ReadReferentValue <Struct_0>(new System.Func <Struct_0>(u.Read_0), false);
            return(u.ReadInt32());
        }
Esempio n. 17
0
        public int RpcGetInterfaceContextTable(char p0, string p1, int p2, int p3, sbyte[] p4, out System.Nullable <Struct_6> p5, out NtApiDotNet.NtEvent p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteReferent(p1, new System.Action <string>(m.WriteTerminatedString));
            m.WriteInt32(p2);
            m.WriteInt32(p3);
            m.WriteReferent(p4, new System.Action <sbyte[], long>(m.Write_14), p3);
            _Unmarshal_Helper u = SendReceive(6, m);

            p5 = u.ReadReferentValue <Struct_6>(new System.Func <Struct_6>(u.Read_5), false);
            p6 = u.Read_12();
            return(u.ReadInt32());
        }
Esempio n. 18
0
        public int RpcGetSelectableConnectionList(char p0, string p1, sbyte[] p2, int p3, int p4, int p5, out System.Nullable <Struct_1> p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p1, "p1"));
            m.WriteReferent(p2, new System.Action <sbyte[], long>(m.Write_13), p3);
            m.WriteInt32(p3);
            m.WriteInt32(p4);
            m.WriteInt32(p5);
            _Unmarshal_Helper u = SendReceive(5, m);

            p6 = u.ReadReferentValue <Struct_1>(new System.Func <Struct_1>(u.Read_1), false);
            return(u.ReadInt32());
        }
        public int WluirRequestCredentials(int p0, NtApiDotNet.Ndr.Marshal.NdrEnum16 p1, System.Nullable <Struct_6> p2, out Struct_6 p3, ref System.Nullable <int> p4, out string p5)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteInt32(p0);
            m.WriteEnum16(p1);
            m.WriteReferent(p2, new System.Action <Struct_6>(m.Write_5));
            m.WriteReferent(p4, new System.Action <int>(m.WriteInt32));
            _Unmarshal_Helper u = SendReceive(15, m);

            p3 = u.Read_5();
            p4 = u.ReadReferentValue <int>(new System.Func <int>(u.ReadInt32), true);
            p5 = u.ReadReferent <string>(new System.Func <string>(u.ReadConformantVaryingString), false);
            return(u.ReadInt32());
        }
        public int s_ServiceWorkerSession_CreateNewRegistration(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, Struct_2 p2, string p3, byte p4, out System.Nullable <Struct_3> p5, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p0);
            m.WriteInt32(p1);
            m.Write_1(p2);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p3, "p3"));
            m.WriteByte(p4);
            _Unmarshal_Helper u = SendReceive(3, m);

            p5 = u.ReadReferentValue <Struct_3>(new System.Func <Struct_3>(u.Read_2), false);
            p6 = u.ReadContextHandle();
            return(u.ReadInt32());
        }
        public int RegisterNotificationRpc(out NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, NtApiDotNet.Ndr.Marshal.NdrContextHandle p1, NtApiDotNet.Ndr.Marshal.NdrEnum16 p2, string p3, int p4, string p5, int p6, out System.Nullable <Struct_4> p7)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p1);
            m.WriteEnum16(p2);
            m.WriteReferent(p3, new System.Action <string>(m.WriteTerminatedAnsiString));
            m.WriteInt32(p4);
            m.WriteReferent(p5, new System.Action <string>(m.WriteTerminatedAnsiString));
            m.WriteInt32(p6);
            _Unmarshal_Helper u = SendReceive(12, m);

            p0 = u.ReadContextHandle();
            p7 = u.ReadReferentValue <Struct_4>(new System.Func <Struct_4>(u.Read_3), false);
            return(u.ReadInt32());
        }
Esempio n. 22
0
        // async
        public int IRPCAsyncNotifyChannel_SendNotificationGetResponse(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, System.Nullable <System.Guid> p1, int p2, byte[] p3, out System.Nullable <System.Guid> p4, out int p5, out byte[] p6, out int p7)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p0);
            m.WriteReferent(p1, new System.Action <System.Guid>(m.WriteGuid));
            m.WriteInt32(p2);
            m.WriteReferent(p3, new System.Action <byte[], long>(m.Write_0), p2);
            _Unmarshal_Helper u = SendReceive(2, m);

            p4 = u.ReadReferentValue <System.Guid>(new System.Func <System.Guid>(u.ReadGuid), false);
            p5 = u.ReadInt32();
            p6 = u.ReadReferent <byte[]>(new System.Func <byte[]>(u.Read_1), false);
            p7 = u.ReadInt32();
            return(u.ReadInt32());
        }
        // async
        public int VltCopyVault(System.Guid p0, ref System.Nullable <System.Guid> p1, System.Guid p2, string p3, string p4, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p5, int p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteGuid(p0);
            m.WriteReferent(p1, new System.Action <System.Guid>(m.WriteGuid));
            m.WriteGuid(p2);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p3, "p3"));
            m.WriteReferent(p4, new System.Action <string>(m.WriteTerminatedString));
            m.WriteUInt3264(p5);
            m.WriteInt32(p6);
            _Unmarshal_Helper u = SendReceive(19, m);

            p1 = u.ReadReferentValue <System.Guid>(new System.Func <System.Guid>(u.ReadGuid), false);
            return(u.ReadInt32());
        }
        public int IrotGetObject(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, string p1, int p2, Struct_0 p3, out Struct_3 p4, out System.Nullable <Struct_1> p5, out uint p6, int p7)
        {
            _Marshal_Helper m = new _Marshal_Helper();

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

            p4 = u.Read_3();
            p5 = u.ReadReferentValue <Struct_1>(new System.Func <Struct_1>(u.Read_1), false);
            p6 = u.ReadUInt32();
            return(u.ReadInt32());
        }
        public int WluirReportResult(ref System.Nullable <NtApiDotNet.Ndr.Marshal.NdrUInt3264> p0, int p1, int p2, int p3, string p4, out string p5, out NtApiDotNet.Ndr.Marshal.NdrEnum16 p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteReferent(p0, new System.Action <NtApiDotNet.Ndr.Marshal.NdrUInt3264>(m.WriteUInt3264));
            m.WriteInt32(p1);
            m.WriteInt32(p2);
            m.WriteInt32(p3);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p4, "p4"));
            _Unmarshal_Helper u = SendReceive(11, m);

            p0 = u.ReadReferentValue <NtApiDotNet.Ndr.Marshal.NdrUInt3264>(new System.Func <NtApiDotNet.Ndr.Marshal.NdrUInt3264>(u.ReadUInt3264), false);
            p5 = u.ReadReferent <string>(new System.Func <string>(u.ReadConformantVaryingString), false);
            p6 = u.ReadEnum16();
            return(u.ReadInt32());
        }
Esempio n. 26
0
        public int PsmSrvQuerySharedCommit(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, byte[] p2, int p3, string p4, int p5, ref System.Nullable <long> p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p0);
            m.WriteInt32(p1);
            m.Write_4(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"), p1);
            m.WriteInt32(p3);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p4, "p4"));
            m.WriteInt32(p5);
            m.WriteReferent(p6, new System.Action <long>(m.WriteInt64));
            _Unmarshal_Helper u = SendReceive(12, m);

            p6 = u.ReadReferentValue <long>(new System.Func <long>(u.ReadInt64), false);
            return(u.ReadInt32());
        }
 public int s_RPC_SCardTransmit(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, Struct_0 p2, byte[] p3, int p4, int p5, out System.Nullable<Struct_0> p6, out byte[] p7, ref int p8)
 {
     _Marshal_Helper m = new _Marshal_Helper();
     m.WriteContextHandle(p0);
     m.WriteInt32(p1);
     m.Write_0(p2);
     m.WriteReferent(p3, new System.Action<byte[], long>(m.Write_2), p4);
     m.WriteInt32(p4);
     m.WriteInt32(p5);
     m.WriteInt32(p8);
     _Unmarshal_Helper u = SendReceive(17, m);
     p6 = u.ReadReferentValue<Struct_0>(new System.Func<Struct_0>(u.Read_0), false);
     p7 = u.ReadReferent<byte[]>(new System.Func<byte[]>(u.Read_15), false);
     p8 = u.ReadInt32();
     return u.ReadInt32();
 }
Esempio n. 28
0
        public uint RBiRtSrvGetWorkItemProperties(System.Guid p0, out char[] p1, out int p2, out System.Nullable <Struct_6> p3, out System.Guid p4, out int p5, out byte[] p6, out int p7)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteGuid(p0);
            _Unmarshal_Helper u = SendReceive(9, m);

            p1 = u.ReadReferent <char[]>(new System.Func <char[]>(u.Read_17), false);
            p2 = u.ReadInt32();
            p3 = u.ReadReferentValue <Struct_6>(new System.Func <Struct_6>(u.Read_5), false);
            p4 = u.ReadGuid();
            p5 = u.ReadInt32();
            p6 = u.ReadReferent <byte[]>(new System.Func <byte[]>(u.Read_18), false);
            p7 = u.ReadInt32();
            return(u.ReadUInt32());
        }
        // async
        public int VltCreateVault(ref System.Nullable <System.Guid> p0, System.Guid p1, string p2, string p3, NtApiDotNet.Ndr.Marshal.NdrEnum16 p4, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p5, int p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteReferent(p0, new System.Action <System.Guid>(m.WriteGuid));
            m.WriteGuid(p1);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"));
            m.WriteReferent(p3, new System.Action <string>(m.WriteTerminatedString));
            m.WriteEnum16(p4);
            m.WriteUInt3264(p5);
            m.WriteInt32(p6);
            _Unmarshal_Helper u = SendReceive(18, m);

            p0 = u.ReadReferentValue <System.Guid>(new System.Func <System.Guid>(u.ReadGuid), false);
            return(u.ReadInt32());
        }
        public uint BaseRegCreateKey(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, Struct_0 p1, Struct_0 p2, int p3, int p4, System.Nullable <Struct_1> p5, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p6, ref System.Nullable <int> p7)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p0);
            m.Write_0(p1);
            m.Write_0(p2);
            m.WriteInt32(p3);
            m.WriteInt32(p4);
            m.WriteReferent(p5, new System.Action <Struct_1>(m.Write_1));
            m.WriteReferent(p7, new System.Action <int>(m.WriteInt32));
            _Unmarshal_Helper u = SendReceive(6, m);

            p6 = u.ReadContextHandle();
            p7 = u.ReadReferentValue <int>(new System.Func <int>(u.ReadInt32), false);
            return(u.ReadUInt32());
        }