NtApiDotNet.Ndr.Marshal.NdrUnmarshalBuffer.ReadInt32()

Here are the examples of the csharp api NtApiDotNet.Ndr.Marshal.NdrUnmarshalBuffer.ReadInt32() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

4594 Examples 7

19 Source : 00efb8be-002d-45cd-81b0-f65b260f8a13_1.0.cs
with The Unlicense
from tyranid

public int SrvRpcActionObjectServiceConnect(System.Guid p0, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteGuid(p0);
            _Unmarshal_Helper u = SendReceive(0, m);
            p1 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : 00efb8be-002d-45cd-81b0-f65b260f8a13_1.0.cs
with The Unlicense
from tyranid

public int SrvRpcActionObjectRunJson(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, string p2)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteContextHandle(p0);
            m.WriteInt32(p1);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"));
            _Unmarshal_Helper u = SendReceive(2, m);
            return u.ReadInt32();
        }

19 Source : c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1_1.0.cs
with The Unlicense
from tyranid

public int Rpc_AdhStatusEventUnsubscribe(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, ref NtApiDotNet.Ndr.Marshal.NdrContextHandle p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteContextHandle(p0);
            m.WriteContextHandle(p1);
            _Unmarshal_Helper u = SendReceive(4, m);
            p1 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1_1.0.cs
with The Unlicense
from tyranid

public int Rpc_AdhGetConfig(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, NtApiDotNet.Ndr.Marshal.NdrEnum16 p1, ref byte[] p2, int p3, ref int p4, out int p5)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteContextHandle(p0);
            m.WriteEnum16(p1);
            m.WriteReferent(p2, new System.Action<byte[], long, long>(m.Write_8), p3, NtApiDotNet.Win32.Rpc.RpcUtils.DeRef(p4));
            m.WriteInt32(p3);
            m.WriteInt32(p4);
            _Unmarshal_Helper u = SendReceive(5, m);
            p2 = u.ReadReferent<byte[]>(new System.Func<byte[]>(u.Read_8), false);
            p4 = u.ReadInt32();
            p5 = u.ReadInt32();
            return u.ReadInt32();
        }

19 Source : 8a7b5006-cc13-11db-9705-005056c00008_1.0.cs
with The Unlicense
from tyranid

public void AppIDRpcVerifyFile(int p0, out int p1, out int p2, out byte[] p3, out int p4, out byte[] p5, out long p6, out long p7, ref string p8)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.WriteReferent(p8, new System.Action<string>(m.WriteTerminatedString));
            _Unmarshal_Helper u = SendReceive(0, m);
            p1 = u.ReadInt32();
            p2 = u.ReadInt32();
            p3 = u.ReadReferent<byte[]>(new System.Func<byte[]>(u.Read_0), false);
            p4 = u.ReadInt32();
            p5 = u.ReadReferent<byte[]>(new System.Func<byte[]>(u.Read_1), false);
            p6 = u.ReadInt64();
            p7 = u.ReadInt64();
            p8 = u.ReadReferent<string>(new System.Func<string>(u.ReadConformantVaryingString), true);
        }

19 Source : 0497b57d-2e66-424f-a0c6-157cd5d41700_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadInt32();
            Member4 = u.ReadInt32();
        }

19 Source : 0497b57d-2e66-424f-a0c6-157cd5d41700_1.0.cs
with The Unlicense
from tyranid

public int RAiGetPackageActivationToken(string p0, NtApiDotNet.NtToken p1, out NtApiDotNet.NtToken p2)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p0, "p0"));
            m.Write_4(p1);
            _Unmarshal_Helper u = SendReceive(1, m);
            p2 = u.Read_4();
            return u.ReadInt32();
        }

19 Source : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadUInt3264();
            Member8 = u.ReadUInt3264();
            Member10 = u.ReadInt32();
            Member14 = u.ReadInt32();
        }

19 Source : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
with The Unlicense
from tyranid

public int RAiEnableElevationForSession(int p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            _Unmarshal_Helper u = SendReceive(5, m);
            return u.ReadInt32();
        }

19 Source : 8c7daf44-b6dc-11d1-9a4c-0020af6e7c57_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadEmbeddedPointer<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            Member8 = u.ReadEmbeddedPointer<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            Member10 = u.ReadInt32();
            Member14 = u.ReadInt32();
            Member18 = u.ReadInt32();
            Member1C = u.Read_3();
            Member30 = u.ReadEmbeddedPointer<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            Member38 = u.Read_3();
            Member48 = u.ReadInt16();
            Member50 = u.ReadEmbeddedPointer<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            Member58 = u.ReadEmbeddedPointer<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            Member60 = u.ReadEmbeddedPointer<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            Member68 = u.ReadEmbeddedPointer<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            Member70 = u.ReadEmbeddedPointer<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            Member78 = u.ReadInt32();
            Member7C = u.ReadInt32();
        }

19 Source : 8c7daf44-b6dc-11d1-9a4c-0020af6e7c57_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadInt32();
            Member8 = u.ReadEmbeddedPointer<Struct_10[]>(new System.Func<Struct_10[]>(u.Read_14), false);
        }

19 Source : 44e10347-37a0-494c-871c-fb90f7145742_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadInt32();
            Member8 = u.ReadEmbeddedPointer<char[]>(new System.Func<char[]>(u.Read_2), false);
        }

19 Source : 44e10347-37a0-494c-871c-fb90f7145742_1.0.cs
with The Unlicense
from tyranid

public int s_vcom_server_RegisterServer(int p0, System.Guid p1, System.Guid p2, System.Guid p3, short p4, out System.Guid p5)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.WriteGuid(p1);
            m.WriteGuid(p2);
            m.WriteGuid(p3);
            m.WriteInt16(p4);
            _Unmarshal_Helper u = SendReceive(1, m);
            p5 = u.ReadGuid();
            return u.ReadInt32();
        }

19 Source : 44e10347-37a0-494c-871c-fb90f7145742_1.0.cs
with The Unlicense
from tyranid

public int s_vcom_server_AcceptServerResource(int p0, System.Guid p1, System.Guid p2, System.Guid p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.WriteGuid(p1);
            m.WriteGuid(p2);
            m.WriteGuid(p3);
            _Unmarshal_Helper u = SendReceive(4, m);
            return u.ReadInt32();
        }

19 Source : 44e10347-37a0-494c-871c-fb90f7145742_1.0.cs
with The Unlicense
from tyranid

public int s_vcom_server_WaitForClsidRegistration(int p0, System.Guid p1, System.Guid p2, System.Guid p3, int p4, int p5)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.WriteGuid(p1);
            m.WriteGuid(p2);
            m.WriteGuid(p3);
            m.WriteInt32(p4);
            m.WriteInt32(p5);
            _Unmarshal_Helper u = SendReceive(6, m);
            return u.ReadInt32();
        }

19 Source : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
with The Unlicense
from tyranid

public int MVoipSrvNotifyIncomingCallDialogDisplayed(int p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            _Unmarshal_Helper u = SendReceive(4, m);
            return u.ReadInt32();
        }

19 Source : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
with The Unlicense
from tyranid

public int MVoipSrvCancelVoipCall(int p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            _Unmarshal_Helper u = SendReceive(8, m);
            return u.ReadInt32();
        }

19 Source : c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadInt32();
            Member4 = u.ReadInt32();
            Member8 = u.Read_1();
            Member18 = u.Read_1();
            Member28 = u.Read_3();
            Member38 = u.Read_3();
        }

19 Source : c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadInt32();
            Member8 = u.ReadEmbeddedPointer<Struct_2[]>(new System.Func<Struct_2[]>(u.Read_5), false);
        }

19 Source : c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadInt32();
            Member8 = u.ReadEmbeddedPointer<Struct_4[]>(new System.Func<Struct_4[]>(u.Read_6), false);
        }

19 Source : 0497b57d-2e66-424f-a0c6-157cd5d41700_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadEmbeddedPointer<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            Member8 = u.ReadInt32();
            MemberC = u.ReadInt32();
            Member10 = u.ReadInt32();
            Member14 = u.ReadInt32();
            Member18 = u.ReadInt32();
            Member1C = u.ReadInt32();
            Member20 = u.ReadInt32();
            Member24 = u.ReadInt32();
            Member28 = u.ReadInt16();
            Member2C = u.Read_1();
        }

19 Source : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
with The Unlicense
from tyranid

public int RAiProcessRunOnce(string p0, out Struct_2 p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p0, "p0"));
            _Unmarshal_Helper u = SendReceive(1, m);
            p1 = u.Read_2();
            return u.ReadInt32();
        }

19 Source : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
with The Unlicense
from tyranid

public int RAiLogonWithSmartCardCreds(int p0, string p1, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p2)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p1, "p1"));
            m.WriteUInt3264(p2);
            _Unmarshal_Helper u = SendReceive(2, m);
            return u.ReadInt32();
        }

19 Source : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
with The Unlicense
from tyranid

public int RAiOverrideDesktopPromptPolicy()
        {
            _Marshal_Helper m = new _Marshal_Helper();
            _Unmarshal_Helper u = SendReceive(3, m);
            return u.ReadInt32();
        }

19 Source : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
with The Unlicense
from tyranid

public int RAiDisableElevationForSession(int p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            _Unmarshal_Helper u = SendReceive(4, m);
            return u.ReadInt32();
        }

19 Source : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
with The Unlicense
from tyranid

public int RAiForceElevationPromptForCOM(NtApiDotNet.Ndr.Marshal.NdrUInt3264 p0, int p1, int p2, int p3, string p4, System.Guid p5, string p6, string p7, string p8, string p9, int p10)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteUInt3264(p0);
            m.WriteInt32(p1);
            m.WriteInt32(p2);
            m.WriteInt32(p3);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p4, "p4"));
            m.WriteGuid(p5);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p6, "p6"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p7, "p7"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p8, "p8"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p9, "p9"));
            m.WriteInt32(p10);
            _Unmarshal_Helper u = SendReceive(6, m);
            return u.ReadInt32();
        }

19 Source : 58e604e8-9adb-4d2e-a464-3b0683fb1480_1.0.cs
with The Unlicense
from tyranid

public int RAiGetTokenForAxIS(NtApiDotNet.Ndr.Marshal.NdrUInt3264 p0, int p1, int p2, string p3, string p4, string p5, int p6, out NtApiDotNet.Ndr.Marshal.NdrUInt3264 p7)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteUInt3264(p0);
            m.WriteInt32(p1);
            m.WriteInt32(p2);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p3, "p3"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p4, "p4"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p5, "p5"));
            m.WriteInt32(p6);
            _Unmarshal_Helper u = SendReceive(0, m);
            p7 = u.ReadUInt3264();
            return u.ReadInt32();
        }

19 Source : 5f54ce7d-5b79-4175-8584-cb65313a0e98_1.0.cs
with The Unlicense
from tyranid

public int RAiGetTokenForCOM(NtApiDotNet.Ndr.Marshal.NdrUInt3264 p0, int p1, int p2, int p3, string p4, System.Guid p5, string p6, string p7, string p8, string p9, int p10, out NtApiDotNet.Ndr.Marshal.NdrUInt3264 p11)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteUInt3264(p0);
            m.WriteInt32(p1);
            m.WriteInt32(p2);
            m.WriteInt32(p3);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p4, "p4"));
            m.WriteGuid(p5);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p6, "p6"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p7, "p7"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p8, "p8"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p9, "p9"));
            m.WriteInt32(p10);
            _Unmarshal_Helper u = SendReceive(0, m);
            p11 = u.ReadUInt3264();
            return u.ReadInt32();
        }

19 Source : 44e10347-37a0-494c-871c-fb90f7145742_1.0.cs
with The Unlicense
from tyranid

public int s_vcom_server_StartComVirtualService(int p0, System.Guid p1, System.Guid p2, Struct_2 p3, Struct_1 p4, System.Guid p5)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.WriteGuid(p1);
            m.WriteGuid(p2);
            m.Write_1(p3);
            m.Write_0(p4);
            m.WriteGuid(p5);
            _Unmarshal_Helper u = SendReceive(7, m);
            return u.ReadInt32();
        }

19 Source : 461e6f82-89d8-4b7b-95ca-2e5c965953fc_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadInt32();
            Member4 = u.ReadInt32();
            Member8 = u.ReadInt32();
            MemberC = u.ReadInt32();
            Member10 = u.ReadInt32();
            Member14 = u.ReadInt32();
            Member18 = u.ReadInt32();
        }

19 Source : 461e6f82-89d8-4b7b-95ca-2e5c965953fc_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadUInt3264();
            Member8 = u.ReadInt32();
            MemberC = u.ReadInt32();
            Member10 = u.ReadEmbeddedPointer<byte[]>(new System.Func<byte[]>(u.Read_7), false);
            Member18 = u.ReadEmbeddedPointer<int>(new System.Func<int>(u.ReadInt32), false);
            Member20 = u.ReadEmbeddedPointer<int>(new System.Func<int>(u.ReadInt32), false);
            Member28 = u.ReadInt32();
        }

19 Source : 4b183cf6-affd-4872-9da2-7564b683d027_1.0.cs
with The Unlicense
from tyranid

public int jitv_server_get_package_for_process(int p0, out System.Guid p1, out System.Guid p2)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            _Unmarshal_Helper u = SendReceive(0, m);
            p1 = u.ReadGuid();
            p2 = u.ReadGuid();
            return u.ReadInt32();
        }

19 Source : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
with The Unlicense
from tyranid

public int MVoipSrvNotifyVoipActiveCall(int p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            _Unmarshal_Helper u = SendReceive(0, m);
            return u.ReadInt32();
        }

19 Source : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
with The Unlicense
from tyranid

public int MVoipSrvNotifyVoipActivityCompleted(int p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            _Unmarshal_Helper u = SendReceive(1, m);
            return u.ReadInt32();
        }

19 Source : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
with The Unlicense
from tyranid

public int MVoipSrvHoldActiveCall(int p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            _Unmarshal_Helper u = SendReceive(2, m);
            return u.ReadInt32();
        }

19 Source : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
with The Unlicense
from tyranid

public int MVoipSrvUnholdActiveCall(int p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            _Unmarshal_Helper u = SendReceive(3, m);
            return u.ReadInt32();
        }

19 Source : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
with The Unlicense
from tyranid

public int MVoipSrvNotifyIncomingCallDialogDismissed(int p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            _Unmarshal_Helper u = SendReceive(5, m);
            return u.ReadInt32();
        }

19 Source : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
with The Unlicense
from tyranid

public int MVoipSrvLaunchVoipActivity(int p0, out Struct_0 p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            _Unmarshal_Helper u = SendReceive(7, m);
            p1 = u.Read_0();
            return u.ReadInt32();
        }

19 Source : 8a7b5006-cc13-11db-9705-005056c00008_1.0.cs
with The Unlicense
from tyranid

public void AppIDRpcVerifyPackageMoniker(string p0, out int p1, out long p2, out int p3, out byte[] p4, out string p5, out string p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteReferent(p0, new System.Action<string>(m.WriteTerminatedString));
            _Unmarshal_Helper u = SendReceive(1, m);
            p1 = u.ReadInt32();
            p2 = u.ReadInt64();
            p3 = u.ReadInt32();
            p4 = u.ReadReferent<byte[]>(new System.Func<byte[]>(u.Read_2), false);
            p5 = u.ReadReferent<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            p6 = u.ReadReferent<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
        }

19 Source : 8a7b5006-cc13-11db-9705-005056c00008_1.0.cs
with The Unlicense
from tyranid

public void AppIDRpcOnCreateProcess(
                    char[] p0, 
                    short p1, 
                    char[] p2, 
                    short p3, 
                    int p4, 
                    int p5, 
                    long p6, 
                    byte[] p7, 
                    int p8, 
                    byte[] p9, 
                    int p10, 
                    byte[] p11, 
                    int p12, 
                    string p13, 
                    int p14, 
                    System.Guid p15, 
                    out int p16)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteReferent(p0, new System.Action<char[], long>(m.Write_3), p1);
            m.WriteInt16(p1);
            m.WriteReferent(p2, new System.Action<char[], long>(m.Write_4), p3);
            m.WriteInt16(p3);
            m.WriteInt32(p4);
            m.WriteInt32(p5);
            m.WriteInt64(p6);
            m.WriteReferent(p7, new System.Action<byte[], long>(m.Write_5), p8);
            m.WriteInt32(p8);
            m.WriteReferent(p9, new System.Action<byte[], long>(m.Write_6), p10);
            m.WriteInt32(p10);
            m.WriteReferent(p11, new System.Action<byte[], long>(m.Write_7), p12);
            m.WriteInt32(p12);
            m.WriteReferent(p13, new System.Action<string>(m.WriteTerminatedString));
            m.WriteInt32(p14);
            m.WriteGuid(p15);
            _Unmarshal_Helper u = SendReceive(2, m);
            p16 = u.ReadInt32();
        }

19 Source : 0497b57d-2e66-424f-a0c6-157cd5d41700_1.0.cs
with The Unlicense
from tyranid

public int RAiLaunchProcessWithIdenreplacedy(
                    string p0, 
                    string p1, 
                    int p2, 
                    int p3, 
                    string p4, 
                    string p5, 
                    Struct_0 p6, 
                    string p7, 
                    string p8, 
                    NtApiDotNet.Ndr.Marshal.NdrUInt3264 p9, 
                    int p10, 
                    int p11, 
                    NtApiDotNet.NtProcess p12, 
                    long p13, 
                    System.Nullable<long> p14, 
                    System.Nullable<System.Guid> p15, 
                    long p16, 
                    out Struct_3 p17)
        {
            _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.WriteInt32(p2);
            m.WriteInt32(p3);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p4, "p4"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p5, "p5"));
            m.Write_0(p6);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p7, "p7"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p8, "p8"));
            m.WriteUInt3264(p9);
            m.WriteInt32(p10);
            m.WriteInt32(p11);
            m.Write_3(p12);
            m.WriteInt64(p13);
            m.WriteReferent(p14, new System.Action<long>(m.WriteInt64));
            m.WriteReferent(p15, new System.Action<System.Guid>(m.WriteGuid));
            m.WriteInt64(p16);
            _Unmarshal_Helper u = SendReceive(0, m);
            p17 = u.Read_2();
            return u.ReadInt32();
        }

19 Source : 0497b57d-2e66-424f-a0c6-157cd5d41700_1.0.cs
with The Unlicense
from tyranid

public int RAiFinishPackageActivation(NtApiDotNet.NtProcess p0, NtApiDotNet.NtThread p1, int p2, string p3, string p4, NtApiDotNet.NtToken p5, out int p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.Write_5(p0);
            m.Write_6(p1);
            m.WriteInt32(p2);
            m.WriteReferent(p3, new System.Action<string>(m.WriteTerminatedString));
            m.WriteReferent(p4, new System.Action<string>(m.WriteTerminatedString));
            m.Write_4(p5);
            _Unmarshal_Helper u = SendReceive(2, m);
            p6 = u.ReadInt32();
            return u.ReadInt32();
        }

19 Source : 0497b57d-2e66-424f-a0c6-157cd5d41700_1.0.cs
with The Unlicense
from tyranid

public int RAiEnsurePackageShutdown(string p0, int p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p0, "p0"));
            m.WriteInt32(p1);
            _Unmarshal_Helper u = SendReceive(3, m);
            return u.ReadInt32();
        }

19 Source : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
with The Unlicense
from tyranid

public int RAiLaunchAdminProcess(string p0, string p1, int p2, int p3, string p4, string p5, Struct_0 p6, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p7, int p8, out Struct_2 p9, out int p10)
        {
            _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.WriteInt32(p2);
            m.WriteInt32(p3);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p4, "p4"));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p5, "p5"));
            m.Write_0(p6);
            m.WriteUInt3264(p7);
            m.WriteInt32(p8);
            _Unmarshal_Helper u = SendReceive(0, m);
            p9 = u.Read_2();
            p10 = u.ReadInt32();
            return u.ReadInt32();
        }

19 Source : 8c7daf44-b6dc-11d1-9a4c-0020af6e7c57_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadInt32();
            Member4 = u.ReadInt32();
            Member8 = u.Read_1();
        }

19 Source : 8c7daf44-b6dc-11d1-9a4c-0020af6e7c57_1.0.cs
with The Unlicense
from tyranid

private void Unmarshal(_Unmarshal_Helper u)
        {
            Member0 = u.ReadInt32();
            Member8 = u.ReadEmbeddedPointer<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            Member10 = u.Read_3();
        }

19 Source : 44e10347-37a0-494c-871c-fb90f7145742_1.0.cs
with The Unlicense
from tyranid

public int s_vcom_server_ReleaseServerResource(int p0, System.Guid p1, System.Guid p2, System.Guid p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.WriteGuid(p1);
            m.WriteGuid(p2);
            m.WriteGuid(p3);
            _Unmarshal_Helper u = SendReceive(5, m);
            return u.ReadInt32();
        }

19 Source : 461e6f82-89d8-4b7b-95ca-2e5c965953fc_1.0.cs
with The Unlicense
from tyranid

public void s_vservices_server_QueryServiceStatusEx(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, out Struct_2 p4, out int p5, out int p6, out long p7)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.WriteGuid(p1);
            m.WriteGuid(p2);
            m.WriteUInt3264(p3);
            _Unmarshal_Helper u = SendReceive(7, m);
            p4 = u.Read_1();
            p5 = u.ReadInt32();
            p6 = u.ReadInt32();
            p7 = u.ReadInt64();
        }

19 Source : 461e6f82-89d8-4b7b-95ca-2e5c965953fc_1.0.cs
with The Unlicense
from tyranid

public void s_vservices_server_GetServiceKeyName(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, Struct_1 p4, ref char[] p5, ref int p6, out long p7)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.WriteGuid(p1);
            m.WriteGuid(p2);
            m.WriteUInt3264(p3);
            m.Write_0(p4);
            m.WriteReferent(p5, new System.Action<char[], long>(m.Write_10), NtApiDotNet.Win32.Rpc.RpcUtils.DeRef(p6));
            m.WriteInt32(p6);
            _Unmarshal_Helper u = SendReceive(15, m);
            p5 = u.ReadReferent<char[]>(new System.Func<char[]>(u.Read_10), false);
            p6 = u.ReadInt32();
            p7 = u.ReadInt64();
        }

19 Source : 461e6f82-89d8-4b7b-95ca-2e5c965953fc_1.0.cs
with The Unlicense
from tyranid

public void s_vservices_server_GetServiceDisplayName(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, Struct_1 p4, ref char[] p5, ref int p6, out long p7)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.WriteGuid(p1);
            m.WriteGuid(p2);
            m.WriteUInt3264(p3);
            m.Write_0(p4);
            m.WriteReferent(p5, new System.Action<char[], long>(m.Write_10), NtApiDotNet.Win32.Rpc.RpcUtils.DeRef(p6));
            m.WriteInt32(p6);
            _Unmarshal_Helper u = SendReceive(16, m);
            p5 = u.ReadReferent<char[]>(new System.Func<char[]>(u.Read_10), false);
            p6 = u.ReadInt32();
            p7 = u.ReadInt64();
        }

See More Examples