Beispiel #1
0
        public void RpcRemoveRoutePolicy(char p0, NtApiDotNet.Ndr.Marshal.NdrContextHandle p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteContextHandle(p1);
            _Unmarshal_Helper u = SendReceive(8, m);
        }
        public int RpcExitConnectedStandby(char p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            _Unmarshal_Helper u = SendReceive(1, m);

            return(u.ReadInt32());
        }
        public int RpcCheckCapabilityStatus(char p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            _Unmarshal_Helper u = SendReceive(11, m);

            return(u.ReadInt32());
        }
        public int RpcExitNetQuiet(char p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            _Unmarshal_Helper u = SendReceive(3, m);

            return(u.ReadInt32());
        }
        public int RpcGetProfileList(char p0, out System.Nullable <Struct_3> p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            _Unmarshal_Helper u = SendReceive(8, m);

            p1 = u.ReadReferentValue <Struct_3>(new System.Func <Struct_3>(u.Read_2), false);
            return(u.ReadInt32());
        }
Beispiel #6
0
        public int RpcCheckCapabilityStatus(char p0, string p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p1, "p1"));
            _Unmarshal_Helper u = SendReceive(11, m);

            return(u.ReadInt32());
        }
Beispiel #7
0
        public int RpcCancelPlap(char p0, System.Guid p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteGuid(p1);
            _Unmarshal_Helper u = SendReceive(17, m);

            return(u.ReadInt32());
        }
        public int RpcEndIgnoreProfileList(char p0, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteUInt3264(p1);
            _Unmarshal_Helper u = SendReceive(14, m);

            return(u.ReadInt32());
        }
Beispiel #9
0
        public int RpcWfdLowPrivIsWfdSupported(char p0, out int p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            _Unmarshal_Helper u = SendReceive(7, m);

            p1 = u.ReadInt32();
            return(u.ReadInt32());
        }
Beispiel #10
0
        public int RpcRemoveMatchingRoutePolicy(char p0, string p1, int p2)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteReferent(p1, new System.Action <string>(m.WriteTerminatedString));
            m.WriteInt32(p2);
            _Unmarshal_Helper u = SendReceive(9, m);

            return(u.ReadInt32());
        }
Beispiel #11
0
        public int RpcGetRoutingHint(char p0, string p1, out int p2)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteReferent(p1, new System.Action <string>(m.WriteTerminatedString));
            _Unmarshal_Helper u = SendReceive(10, m);

            p2 = u.ReadInt32();
            return(u.ReadInt32());
        }
        public int RpcGetProfileListByPurpose(char p0, System.Nullable <System.Guid> p1, out System.Nullable <Struct_3> p2)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteReferent(p1, new System.Action <System.Guid>(m.WriteGuid));
            _Unmarshal_Helper u = SendReceive(9, m);

            p2 = u.ReadReferentValue <Struct_3>(new System.Func <Struct_3>(u.Read_2), false);
            return(u.ReadInt32());
        }
        public int RpcUpdateCapabilityAccess(char p0, string p1, string p2, int p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p1, "p1"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"));
            m.WriteInt32(p3);
            _Unmarshal_Helper u = SendReceive(0, m);

            return(u.ReadInt32());
        }
        public int RpcSetOperatorCycleData(char p0, System.Guid p1, string p2, Struct_3 p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteGuid(p1);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"));
            m.Write_2(p3);
            _Unmarshal_Helper u = SendReceive(2, m);

            return(u.ReadInt32());
        }
Beispiel #15
0
        public int RpcGetProfileEapUserDataInfo(char p0, System.Guid p1, int p2, out int p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteGuid(p1);
            m.WriteInt32(p2);
            _Unmarshal_Helper u = SendReceive(18, m);

            p3 = u.ReadInt32();
            return(u.ReadInt32());
        }
        public int RpcGetProfileEapUserDataInfo(char p0, System.Nullable <System.Guid> p1, int p2, out int p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteReferent(p1, new System.Action <System.Guid>(m.WriteGuid));
            m.WriteInt32(p2);
            _Unmarshal_Helper u = SendReceive(18, m);

            p3 = u.ReadInt32();
            return(u.ReadInt32());
        }
Beispiel #17
0
        // async
        public int RpcAcquireSelectableConnectionAsync(char p0, int p1, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p2, out int p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteInt32(p1);
            _Unmarshal_Helper u = SendReceive(3, m);

            p2 = u.ReadContextHandle();
            p3 = u.ReadInt32();
            return(u.ReadInt32());
        }
        public int RpcDeprovisionCapability(char p0, string p1, string p2, string p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p1, "p1"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p3, "p3"));
            _Unmarshal_Helper u = SendReceive(1, m);

            return(u.ReadInt32());
        }
        public int RpcOpenOnDemandRequestHandleByWwanProfileName(char p0, System.Nullable <System.Guid> p1, string p2, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteReferent(p1, new System.Action <System.Guid>(m.WriteGuid));
            m.WriteReferent(p2, new System.Action <string>(m.WriteTerminatedString));
            _Unmarshal_Helper u = SendReceive(16, m);

            p3 = u.ReadContextHandle();
            return(u.ReadInt32());
        }
Beispiel #20
0
        public int LuiApiOpenHandle(char p0, NtApiDotNet.Ndr.Marshal.NdrEnum16 p1, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p2, out NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteEnum16(p1);
            _Unmarshal_Helper u = SendReceive(0, m);

            p2 = u.ReadContextHandle();
            p3 = u.ReadUInt3264();
            return(u.ReadInt32());
        }
        public int RpcBeginIgnoreProfileList(char p0, System.Nullable <Struct_3> p1, int p2, out NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteReferent(p1, new System.Action <Struct_3>(m.Write_2));
            m.WriteInt32(p2);
            _Unmarshal_Helper u = SendReceive(12, m);

            p3 = u.ReadUInt3264();
            return(u.ReadInt32());
        }
        public int RpcGetTokens(char p0, System.Nullable <System.Guid> p1, out int p2, out sbyte[] p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteReferent(p1, new System.Action <System.Guid>(m.WriteGuid));
            _Unmarshal_Helper u = SendReceive(10, m);

            p2 = u.ReadInt32();
            p3 = u.ReadReferent <sbyte[]>(new System.Func <sbyte[]>(u.Read_10), false);
            return(u.ReadInt32());
        }
        public int RpcOrderConnection(char p0, System.Nullable <System.Guid> p1, string p2, NtApiDotNet.Ndr.Marshal.NdrEnum16 p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteReferent(p1, new System.Action <System.Guid>(m.WriteGuid));
            m.WriteReferent(p2, new System.Action <string>(m.WriteTerminatedString));
            m.WriteEnum16(p3);
            _Unmarshal_Helper u = SendReceive(11, m);

            return(u.ReadInt32());
        }
        public int RpcSetProfileList(char p0, System.Nullable <Struct_3> p1, int p2, int p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteReferent(p1, new System.Action <Struct_3>(m.Write_2));
            m.WriteInt32(p2);
            m.WriteInt32(p3);
            _Unmarshal_Helper u = SendReceive(7, m);

            return(u.ReadInt32());
        }
Beispiel #25
0
        // async
        public int RpcAsyncDoPlap(char p0, System.Guid p1, string p2, int p3, Struct_9[] p4)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteGuid(p1);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"));
            m.WriteInt32(p3);
            m.Write_17(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p4, "p4"), p3);
            _Unmarshal_Helper u = SendReceive(15, m);

            return(u.ReadInt32());
        }
Beispiel #26
0
        public int RpcAddRoutePolicy(char p0, string p1, int p2, int p3, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p4)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteReferent(p1, new System.Action <string>(m.WriteTerminatedString));
            m.WriteInt32(p2);
            m.WriteInt32(p3);
            _Unmarshal_Helper u = SendReceive(7, m);

            p4 = u.ReadContextHandle();
            return(u.ReadInt32());
        }
Beispiel #27
0
        public int RpcSetProxyInformation(char p0, System.Nullable <System.Guid> p1, string p2, NtApiDotNet.Ndr.Marshal.NdrEnum16 p3, System.Nullable <Struct_1> p4)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteReferent(p1, new System.Action <System.Guid>(m.WriteGuid));
            m.WriteReferent(p2, new System.Action <string>(m.WriteTerminatedString));
            m.WriteEnum16(p3);
            m.WriteReferent(p4, new System.Action <Struct_1>(m.Write_0));
            _Unmarshal_Helper u = SendReceive(0, m);

            return(u.ReadInt32());
        }
        public int RpcOpenHandle(char p0, int p1, ref int p2, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteChar(p0);
            m.WriteInt32(p1);
            m.WriteInt32(p2);
            _Unmarshal_Helper u = SendReceive(0, m);

            p2 = u.ReadInt32();
            p3 = u.ReadContextHandle();
            return(u.ReadInt32());
        }
        public int WwanRpcGetProfileIndex(char p0, System.Guid p1, string p2, out int p3, ref System.Nullable <int> p4)
        {
            _Marshal_Helper m = new _Marshal_Helper();

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

            p3 = u.ReadInt32();
            p4 = u.ReadReferentValue <int>(new System.Func <int>(u.ReadInt32), false);
            return(u.ReadInt32());
        }
        public int RpcSetPublicParameter(char p0, System.Nullable <System.Guid> p1, string p2, NtApiDotNet.Ndr.Marshal.NdrEnum16 p3, int p4, sbyte[] p5)
        {
            _Marshal_Helper m = new _Marshal_Helper();

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

            return(u.ReadInt32());
        }