NtApiDotNet.Ndr.Marshal.NdrUnmarshalBuffer.ReadContextHandle()

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

544 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 void SrvRpcActionObjectServiceDisconnect(ref NtApiDotNet.Ndr.Marshal.NdrContextHandle p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteContextHandle(p0);
            _Unmarshal_Helper u = SendReceive(1, m);
            p0 = u.ReadContextHandle();
        }

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_AdhEngineOpen(out NtApiDotNet.Ndr.Marshal.NdrContextHandle p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            _Unmarshal_Helper u = SendReceive(0, m);
            p0 = u.ReadContextHandle();
            return u.ReadInt32();
        }

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

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

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

public int Rpc_AdhStatusEventSubscribe(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(2, m);
            p1 = u.ReadContextHandle();
            return u.ReadInt32();
        }

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

public uint InstallBegin(Struct_0 p0, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p1, out Struct_5 p2, out Struct_6 p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.Write_0(p0);
            _Unmarshal_Helper u = SendReceive(1, m);
            p1 = u.ReadContextHandle();
            p2 = u.Read_5();
            p3 = u.Read_6();
            return u.ReadUInt32();
        }

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

public uint InstallEnd(sbyte p0, ref NtApiDotNet.Ndr.Marshal.NdrContextHandle p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteSByte(p0);
            m.WriteContextHandle(p1);
            _Unmarshal_Helper u = SendReceive(4, m);
            p1 = u.ReadContextHandle();
            return u.ReadUInt32();
        }

19 Source : 7c69ac10-fa12-4dbf-90d9-c7f1e40f5dc5_1.6.cs
with The Unlicense
from tyranid

public int s_CreateHolographicDisplay(out NtApiDotNet.Ndr.Marshal.NdrContextHandle p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            _Unmarshal_Helper u = SendReceive(47, m);
            p0 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : 7c69ac10-fa12-4dbf-90d9-c7f1e40f5dc5_1.6.cs
with The Unlicense
from tyranid

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

19 Source : cba4c918-e55a-46ee-aa62-cade158e9165_1.0.cs
with The Unlicense
from tyranid

public int s_adGetDeviceGraphWnfStateName(out long p0, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            _Unmarshal_Helper u = SendReceive(0, m);
            p0 = u.ReadInt64();
            p1 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7_0.0.cs
with The Unlicense
from tyranid

public int s_AuthzrInitializeCompoundContext(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, NtApiDotNet.Ndr.Marshal.NdrContextHandle p1, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p2)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteContextHandle(p0);
            m.WriteContextHandle(p1);
            _Unmarshal_Helper u = SendReceive(2, m);
            p2 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : d09bdeb5-6171-4a34-bfe2-06fa82652568_1.0.cs
with The Unlicense
from tyranid

public uint _BriDeleteEvent(NtApiDotNet.Ndr.Marshal.NdrEnum16 p0, ref NtApiDotNet.Ndr.Marshal.NdrContextHandle p1)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteEnum16(p0);
            m.WriteContextHandle(p1);
            _Unmarshal_Helper u = SendReceive(1, m);
            p1 = u.ReadContextHandle();
            return u.ReadUInt32();
        }

19 Source : 4719c6c2-b769-48c6-9caf-392f8e6ea642_1.0.cs
with The Unlicense
from tyranid

public int BthAvrcpApp_OpenConnection(out NtApiDotNet.Ndr.Marshal.NdrContextHandle p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            _Unmarshal_Helper u = SendReceive(1, m);
            p0 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : 2acb9d68-b434-4b3e-b966-e06b4b3a84cb_1.0.cs
with The Unlicense
from tyranid

public uint BthServOpen(out NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, out int p1, Struct_0 p2)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.Write_0(p2);
            _Unmarshal_Helper u = SendReceive(0, m);
            p0 = u.ReadContextHandle();
            p1 = u.ReadInt32();
            return u.ReadUInt32();
        }

19 Source : 7419cf08-91a7-4afd-8f5e-1dd76de094fd_1.0.cs
with The Unlicense
from tyranid

public uint s_DabRpcUnregisterTriggerConsumer(ref NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, Union_21 p2)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteContextHandle(p0);
            m.WriteInt32(p1);
            m.Write_20(p2, p1);
            _Unmarshal_Helper u = SendReceive(1, m);
            p0 = u.ReadContextHandle();
            return u.ReadUInt32();
        }

19 Source : 850cee52-3038-4277-b9b4-e05db8b2c35c_1.0.cs
with The Unlicense
from tyranid

public int DasCreatereplacedociationContextForApp(string p0, string p1, System.Guid p2, int p3, int p4, Struct_1[] p5, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteReferent(p0, new System.Action<string>(m.WriteTerminatedString));
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p1, "p1"));
            m.WriteGuid(p2);
            m.WriteInt32(p3);
            m.WriteInt32(p4);
            m.WriteReferent(p5, new System.Action<Struct_1[], long>(m.Write_6), p4);
            _Unmarshal_Helper u = SendReceive(0, m);
            p6 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : 850cee52-3038-4277-b9b4-e05db8b2c35c_1.0.cs
with The Unlicense
from tyranid

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

19 Source : 850cee52-3038-4277-b9b4-e05db8b2c35c_1.0.cs
with The Unlicense
from tyranid

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

19 Source : a1d4eae7-39f8-4bca-8e72-832767f5082a_1.0.cs
with The Unlicense
from tyranid

public int DasCreateInboundContext(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 : a1d4eae7-39f8-4bca-8e72-832767f5082a_1.0.cs
with The Unlicense
from tyranid

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

19 Source : bd84cd86-9825-4376-813d-334c543f89b1_1.0.cs
with The Unlicense
from tyranid

public int RpcDevQueryCreate(Struct_0 p0, out long p1, out long p2, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.Write_0(p0);
            _Unmarshal_Helper u = SendReceive(0, m);
            p1 = u.ReadInt64();
            p2 = u.ReadInt64();
            p3 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : bd84cd86-9825-4376-813d-334c543f89b1_1.0.cs
with The Unlicense
from tyranid

public void RpcDevQueryClose(ref NtApiDotNet.Ndr.Marshal.NdrContextHandle p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteContextHandle(p0);
            _Unmarshal_Helper u = SendReceive(1, m);
            p0 = u.ReadContextHandle();
        }

19 Source : eeee008d-5c99-4e4b-861b-547a26e8abd0_1.0.cs
with The Unlicense
from tyranid

public int DasHostCreatereplacedociationContextFromOobBlob(System.Guid p0, System.Guid p1, int p2, sbyte[] p3, long p4, long p5, int p6, out string p7, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p8, out int p9, out Struct_7[] p10)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteGuid(p0);
            m.WriteGuid(p1);
            m.WriteInt32(p2);
            m.Write_22(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p3, "p3"), p2);
            m.WriteInt64(p4);
            m.WriteInt64(p5);
            m.WriteInt32(p6);
            _Unmarshal_Helper u = SendReceive(8, m);
            p7 = u.ReadReferent<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            p8 = u.ReadContextHandle();
            p9 = u.ReadInt32();
            p10 = u.ReadReferent<Struct_7[]>(new System.Func<Struct_7[]>(u.Read_23), false);
            return u.ReadInt32();
        }

19 Source : eeee008d-5c99-4e4b-861b-547a26e8abd0_1.0.cs
with The Unlicense
from tyranid

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

19 Source : eeee008d-5c99-4e4b-861b-547a26e8abd0_1.0.cs
with The Unlicense
from tyranid

public int DasHostCreateDevnodeManagementContext(string p0, out long p1, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p2)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p0, "p0"));
            _Unmarshal_Helper u = SendReceive(17, m);
            p1 = u.ReadInt64();
            p2 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : eeee008d-5c99-4e4b-861b-547a26e8abd0_1.0.cs
with The Unlicense
from tyranid

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

19 Source : eeee008d-5c99-4e4b-861b-547a26e8abd0_1.0.cs
with The Unlicense
from tyranid

public int DasHostCreateChallengeContext(System.Guid p0, string p1, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p2)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteGuid(p0);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p1, "p1"));
            _Unmarshal_Helper u = SendReceive(26, m);
            p2 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : eeee008d-5c99-4e4b-861b-547a26e8abd0_1.0.cs
with The Unlicense
from tyranid

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

19 Source : eeee008d-5c99-4e4b-861b-547a26e8abd0_1.0.cs
with The Unlicense
from tyranid

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

19 Source : eeee008d-5c99-4e4b-861b-547a26e8abd0_1.0.cs
with The Unlicense
from tyranid

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

19 Source : d09bdeb5-6171-4a34-bfe2-06fa82652568_1.0.cs
with The Unlicense
from tyranid

public uint _BriCreateEvent(NtApiDotNet.Ndr.Marshal.NdrEnum16 p0, string p1, Struct_0 p2, Struct_1 p3, int p4, System.Nullable<System.Guid> p5, out Struct_7 p6, out Struct_8 p7, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p8, ref System.Nullable<Struct_7> p9)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteEnum16(p0);
            m.WriteReferent(p1, new System.Action<string>(m.WriteTerminatedString));
            m.Write_0(p2);
            m.Write_1(p3);
            m.WriteInt32(p4);
            m.WriteReferent(p5, new System.Action<System.Guid>(m.WriteGuid));
            m.WriteReferent(p9, new System.Action<Struct_7>(m.Write_6));
            _Unmarshal_Helper u = SendReceive(0, m);
            p6 = u.Read_6();
            p7 = u.Read_7();
            p8 = u.ReadContextHandle();
            p9 = u.ReadReferentValue<Struct_7>(new System.Func<Struct_7>(u.Read_6), false);
            return u.ReadUInt32();
        }

19 Source : 7419cf08-91a7-4afd-8f5e-1dd76de094fd_1.0.cs
with The Unlicense
from tyranid

public uint s_DabRpcRegisterTriggerConsumer(int p0, int p1, Union_0 p2, out Struct_19 p3, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p4)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.WriteInt32(p1);
            m.Write_0(p2, p1);
            _Unmarshal_Helper u = SendReceive(0, m);
            p3 = u.Read_18();
            p4 = u.ReadContextHandle();
            return u.ReadUInt32();
        }

19 Source : 850cee52-3038-4277-b9b4-e05db8b2c35c_1.0.cs
with The Unlicense
from tyranid

public int DasCreatereplacedociationContextFromOobBlob(System.Guid p0, int p1, sbyte[] p2, System.Guid p3, int p4, out string p5, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p6, out int p7, out Struct_3[] p8)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteGuid(p0);
            m.WriteInt32(p1);
            m.Write_7(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"), p1);
            m.WriteGuid(p3);
            m.WriteInt32(p4);
            _Unmarshal_Helper u = SendReceive(1, m);
            p5 = u.ReadReferent<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
            p6 = u.ReadContextHandle();
            p7 = u.ReadInt32();
            p8 = u.ReadReferent<Struct_3[]>(new System.Func<Struct_3[]>(u.Read_8), false);
            return u.ReadInt32();
        }

19 Source : 850cee52-3038-4277-b9b4-e05db8b2c35c_1.0.cs
with The Unlicense
from tyranid

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

19 Source : eeee008d-5c99-4e4b-861b-547a26e8abd0_1.0.cs
with The Unlicense
from tyranid

public int DasHostCreateProviderQuery(System.Guid p0, NtApiDotNet.Ndr.Marshal.NdrEnum16 p1, string p2, Struct_1 p3, long p4, long p5, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteGuid(p0);
            m.WriteEnum16(p1);
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"));
            m.Write_0(p3);
            m.WriteInt64(p4);
            m.WriteInt64(p5);
            _Unmarshal_Helper u = SendReceive(4, m);
            p6 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : eeee008d-5c99-4e4b-861b-547a26e8abd0_1.0.cs
with The Unlicense
from tyranid

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

19 Source : 420bca2f-a0e8-45f4-a8ff-906745e8876c_1.0.cs
with The Unlicense
from tyranid

public int DsmRpcOpenDevice(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 : 420bca2f-a0e8-45f4-a8ff-906745e8876c_1.0.cs
with The Unlicense
from tyranid

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

19 Source : 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7_0.0.cs
with The Unlicense
from tyranid

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

19 Source : 1f53838b-693a-4bbb-99c9-b154f749b8a3_1.0.cs
with The Unlicense
from tyranid

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

19 Source : 1f53838b-693a-4bbb-99c9-b154f749b8a3_1.0.cs
with The Unlicense
from tyranid

public int AudioDGGetVpoFromVpoContext(int p0, long p1, int p2, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.WriteInt64(p1);
            m.WriteInt32(p2);
            _Unmarshal_Helper u = SendReceive(6, m);
            p3 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : 7c69ac10-fa12-4dbf-90d9-c7f1e40f5dc5_1.6.cs
with The Unlicense
from tyranid

public int s_tsRegisterAudioProtocolNotification(out NtApiDotNet.Ndr.Marshal.NdrContextHandle p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            _Unmarshal_Helper u = SendReceive(6, m);
            p0 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : 7c69ac10-fa12-4dbf-90d9-c7f1e40f5dc5_1.6.cs
with The Unlicense
from tyranid

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

19 Source : 7c69ac10-fa12-4dbf-90d9-c7f1e40f5dc5_1.6.cs
with The Unlicense
from tyranid

public int s_afxOpenAudioEffectsWatcher(string p0, NtApiDotNet.Ndr.Marshal.NdrEnum16 p1, int p2, out System.Guid p3, out long p4, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p5)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p0, "p0"));
            m.WriteEnum16(p1);
            m.WriteInt32(p2);
            _Unmarshal_Helper u = SendReceive(22, m);
            p3 = u.ReadGuid();
            p4 = u.ReadInt64();
            p5 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : 7c69ac10-fa12-4dbf-90d9-c7f1e40f5dc5_1.6.cs
with The Unlicense
from tyranid

public void s_afxCloseAudioEffectsWatcher(ref NtApiDotNet.Ndr.Marshal.NdrContextHandle p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteContextHandle(p0);
            _Unmarshal_Helper u = SendReceive(23, m);
            p0 = u.ReadContextHandle();
        }

19 Source : 910562c3-ebd9-46b9-baba-1d45842a0ceb_1.0.cs
with The Unlicense
from tyranid

public int s_pbmReportHostedAppStateChange(string p0, long p1, int p2, ref NtApiDotNet.Ndr.Marshal.NdrContextHandle p3)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p0, "p0"));
            m.WriteInt64(p1);
            m.WriteInt32(p2);
            m.WriteContextHandle(p3);
            _Unmarshal_Helper u = SendReceive(7, m);
            p3 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7_0.0.cs
with The Unlicense
from tyranid

public int s_AuthzrInitializeContextFromSid(int p0, Struct_0 p1, System.Nullable<Struct_2> p2, Struct_3 p3, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p4)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteInt32(p0);
            m.Write_0(p1);
            m.WriteReferent(p2, new System.Action<Struct_2>(m.Write_2));
            m.Write_3(p3);
            _Unmarshal_Helper u = SendReceive(1, m);
            p4 = u.ReadContextHandle();
            return u.ReadInt32();
        }

19 Source : 64d1d045-f675-460b-8a94-570246b36dab_1.0.cs
with The Unlicense
from tyranid

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

19 Source : 8bfc3be1-6def-4e2d-af74-7c47cd0ade4a_1.0.cs
with The Unlicense
from tyranid

public uint RBiSrvNotifyEndSession(ref NtApiDotNet.Ndr.Marshal.NdrContextHandle p0)
        {
            _Marshal_Helper m = new _Marshal_Helper();
            m.WriteContextHandle(p0);
            _Unmarshal_Helper u = SendReceive(8, m);
            p0 = u.ReadContextHandle();
            return u.ReadUInt32();
        }

See More Examples