Here are the examples of the csharp api NtApiDotNet.Ndr.Marshal.NdrMarshalBuffer.WriteInt32(int) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
2791 Examples
19
View Source File : e40f7b57-7a25-4cd3-a135-7f7d3df9d16b_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.WriteInt32(Member0);
m.WriteInt32(Member4);
m.WriteInt32(Member8);
m.WriteSByte(MemberC);
m.WriteInt32(Member10);
m.WriteUInt3264(Member18);
m.WriteEmbeddedPointer<Struct_2>(Member20, new System.Action<Struct_2>(m.Write_1));
m.WriteEmbeddedPointer<Struct_5>(Member28, new System.Action<Struct_5>(m.Write_4));
}
19
View Source File : e40f7b57-7a25-4cd3-a135-7f7d3df9d16b_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.WriteInt32(Member0);
m.Write_20(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(Member4, "Member4"), Member0);
}
19
View Source File : e40f7b57-7a25-4cd3-a135-7f7d3df9d16b_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcSrvCreateSession(char[] p0, int p1, sbyte p2, NtApiDotNet.Ndr.Marshal.NdrEnum16 p3, System.Guid p4, System.Guid p5, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p6)
{
_Marshal_Helper m = new _Marshal_Helper();
m.Write_23(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p0, "p0"), p1);
m.WriteInt32(p1);
m.WriteSByte(p2);
m.WriteEnum16(p3);
m.WriteGuid(p4);
m.WriteGuid(p5);
_Unmarshal_Helper u = SendReceive(0, m);
p6 = u.ReadContextHandle();
return u.ReadInt32();
}
19
View Source File : e40f7b57-7a25-4cd3-a135-7f7d3df9d16b_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcSrvStartBrokeredActivation(int p0, sbyte p1, int p2, out System.Guid p3, out System.Guid p4, NtApiDotNet.Ndr.Marshal.NdrContextHandle p5)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteSByte(p1);
m.WriteInt32(p2);
m.WriteContextHandle(p5);
_Unmarshal_Helper u = SendReceive(2, m);
p3 = u.ReadGuid();
p4 = u.ReadGuid();
return u.ReadInt32();
}
19
View Source File : e40f7b57-7a25-4cd3-a135-7f7d3df9d16b_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcSrvSetServerKeepAliveInterval(int p0, NtApiDotNet.Ndr.Marshal.NdrContextHandle p1)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteContextHandle(p1);
_Unmarshal_Helper u = SendReceive(3, m);
return u.ReadInt32();
}
19
View Source File : e40f7b57-7a25-4cd3-a135-7f7d3df9d16b_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcSrvSBTransferOwnership(string p0, System.Guid p1, string p2, int p3, int p4, int p5, int p6, sbyte p7, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p8, int p9, System.Nullable<Struct_1> p10, System.Nullable<Struct_2> p11, System.Nullable<Struct_5> p12)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteReferent(p0, new System.Action<string>(m.WriteTerminatedString));
m.WriteGuid(p1);
m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"));
m.WriteInt32(p3);
m.WriteInt32(p4);
m.WriteInt32(p5);
m.WriteInt32(p6);
m.WriteSByte(p7);
m.WriteUInt3264(p8);
m.WriteInt32(p9);
m.WriteReferent(p10, new System.Action<Struct_1>(m.Write_0));
m.WriteReferent(p11, new System.Action<Struct_2>(m.Write_1));
m.WriteReferent(p12, new System.Action<Struct_5>(m.Write_4));
_Unmarshal_Helper u = SendReceive(9, m);
return u.ReadInt32();
}
19
View Source File : e40f7b57-7a25-4cd3-a135-7f7d3df9d16b_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcSrvFirewallWcmSetFirewallRule(string p0, string p1, string p2, int p3, int p4, short p5)
{
_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<string>(m.WriteTerminatedString));
m.WriteInt32(p3);
m.WriteInt32(p4);
m.WriteInt16(p5);
_Unmarshal_Helper u = SendReceive(18, m);
return u.ReadInt32();
}
19
View Source File : 3cc5a774-9689-4395-83d9-2d51d69adc0f_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int ColorAdapterRpcServerGetSystemModifyWhitePointCaps(ref int p0, ref int p1)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteInt32(p1);
_Unmarshal_Helper u = SendReceive(1, m);
p0 = u.ReadInt32();
p1 = u.ReadInt32();
return u.ReadInt32();
}
19
View Source File : 8ec21e98-b5ce-4916-a3d6-449fa428a007_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int FmMuxSrvSetTaskProperty(int p0, NtApiDotNet.Ndr.Marshal.NdrEnum16 p1, long p2)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteEnum16(p1);
m.WriteInt64(p2);
_Unmarshal_Helper u = SendReceive(9, m);
return u.ReadInt32();
}
19
View Source File : 8ec21e98-b5ce-4916-a3d6-449fa428a007_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int FmMuxSrvActivationPrerequisitePhase(int p0, int p1, NtApiDotNet.Ndr.Marshal.NdrEnum16 p2, long p3, long p4, string p5, System.Nullable<System.Guid> p6, string p7, int p8, int p9, byte[] p10, out int p11)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteInt32(p1);
m.WriteEnum16(p2);
m.WriteInt64(p3);
m.WriteInt64(p4);
m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p5, "p5"));
m.WriteReferent(p6, new System.Action<System.Guid>(m.WriteGuid));
m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p7, "p7"));
m.WriteInt32(p8);
m.WriteInt32(p9);
m.WriteReferent(p10, new System.Action<byte[], long>(m.Write_2), p9);
_Unmarshal_Helper u = SendReceive(16, m);
p11 = u.ReadInt32();
return u.ReadInt32();
}
19
View Source File : 8ec21e98-b5ce-4916-a3d6-449fa428a007_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int FmMuxSrvIsCBETask(int p0, out int p1)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
_Unmarshal_Helper u = SendReceive(17, m);
p1 = u.ReadInt32();
return u.ReadInt32();
}
19
View Source File : 8ec21e98-b5ce-4916-a3d6-449fa428a007_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int FmMuxSrvIsValidTaskPid(int p0, int p1, out int p2)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteInt32(p1);
_Unmarshal_Helper u = SendReceive(18, m);
p2 = u.ReadInt32();
return u.ReadInt32();
}
19
View Source File : 8ec21e98-b5ce-4916-a3d6-449fa428a007_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int FmMuxSrvResumePrerequisitePhase(int p0, NtApiDotNet.Ndr.Marshal.NdrEnum16 p1, int p2, byte[] p3, out int p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteEnum16(p1);
m.WriteInt32(p2);
m.WriteReferent(p3, new System.Action<byte[], long>(m.Write_3), p2);
_Unmarshal_Helper u = SendReceive(19, m);
p4 = u.ReadInt32();
return u.ReadInt32();
}
19
View Source File : 8ec21e98-b5ce-4916-a3d6-449fa428a007_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int FmMuxSrvActivationBypreplaced(int p0)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
_Unmarshal_Helper u = SendReceive(21, m);
return u.ReadInt32();
}
19
View Source File : 8ec21e98-b5ce-4916-a3d6-449fa428a007_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int FmMuxSrvIsActivationDehydrated(int p0, out int p1)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
_Unmarshal_Helper u = SendReceive(22, m);
p1 = u.ReadInt32();
return u.ReadInt32();
}
19
View Source File : 8ec21e98-b5ce-4916-a3d6-449fa428a007_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int FmMuxSrvRequestResourceSet(int p0, string p1, int p2, byte[] p3)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p1, "p1"));
m.WriteInt32(p2);
m.WriteReferent(p3, new System.Action<byte[], long>(m.Write_3), p2);
_Unmarshal_Helper u = SendReceive(23, m);
return u.ReadInt32();
}
19
View Source File : b1ef227e-dfa5-421e-82bb-67a6a129c496_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int FmMuxSrvIsActivationBeingDebugged(int p0, out int p1)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
_Unmarshal_Helper u = SendReceive(0, m);
p1 = u.ReadInt32();
return u.ReadInt32();
}
19
View Source File : b1ef227e-dfa5-421e-82bb-67a6a129c496_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int FmMuxSrvIsForegroundActivation(int p0, out int p1)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
_Unmarshal_Helper u = SendReceive(1, m);
p1 = u.ReadInt32();
return u.ReadInt32();
}
19
View Source File : b1ef227e-dfa5-421e-82bb-67a6a129c496_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int FmMuxSrvGetApplicationId(int p0, ref int p1, int p2, ref string p3)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteInt32(p1);
m.WriteInt32(p2);
m.WriteReferent(p3, new System.Action<string, long>(m.Write_0), p2);
_Unmarshal_Helper u = SendReceive(3, m);
p1 = u.ReadInt32();
p3 = u.ReadReferent<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
return u.ReadInt32();
}
19
View Source File : b1ef227e-dfa5-421e-82bb-67a6a129c496_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int FmMuxSrvGetPackageFamilyName(string p0, ref int p1, int p2, ref string p3)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p0, "p0"));
m.WriteInt32(p1);
m.WriteInt32(p2);
m.WriteReferent(p3, new System.Action<string, long>(m.Write_1), p2);
_Unmarshal_Helper u = SendReceive(4, m);
p1 = u.ReadInt32();
p3 = u.ReadReferent<string>(new System.Func<string>(u.ReadConformantVaryingString), false);
return u.ReadInt32();
}
19
View Source File : 3f7b77f5-7f38-4033-afd9-343d42d8dabb_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int MapsPackageSvcAddMapPackageAsync(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
_Unmarshal_Helper u = SendReceive(4, m);
return u.ReadInt32();
}
19
View Source File : 58b2a725-c4e2-43f0-956f-d9c3b6fa0c8b_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int MosHostCacheStateGetSizes_7(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, int p2)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
m.WriteInt32(p2);
_Unmarshal_Helper u = SendReceive(7, m);
return u.ReadInt32();
}
19
View Source File : 58b2a725-c4e2-43f0-956f-d9c3b6fa0c8b_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int MosHostCacheStateGetSizes_8(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
_Unmarshal_Helper u = SendReceive(8, m);
return u.ReadInt32();
}
19
View Source File : bbdc1d6b-35d9-480e-b5d2-c07545d32641_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int OdmlSvcGetAvailablePackages(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, out int p2, out Struct_0[] p3)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
_Unmarshal_Helper u = SendReceive(5, m);
p2 = u.ReadInt32();
p3 = u.ReadReferent<Struct_0[]>(new System.Func<Struct_0[]>(u.Read_3), false);
return u.ReadInt32();
}
19
View Source File : bbdc1d6b-35d9-480e-b5d2-c07545d32641_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int OdmlSvcRemoveMapPackages(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int[] p1, int p2)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteReferent(p1, new System.Action<int[], long>(m.Write_5), p2);
m.WriteInt32(p2);
_Unmarshal_Helper u = SendReceive(8, m);
return u.ReadInt32();
}
19
View Source File : bbdc1d6b-35d9-480e-b5d2-c07545d32641_0.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int OdmlSvcSetAutoUpdateEnabled(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
_Unmarshal_Helper u = SendReceive(12, m);
return u.ReadInt32();
}
19
View Source File : 906b0ce0-c70b-1067-b317-00dd010662da_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int BuildContext(NtApiDotNet.Ndr.Marshal.NdrEnum16 p0, Struct_0 p1, string p2, string p3, string p4, string p5, ref string p6, ref Struct_1 p7, int p8, sbyte[] p9, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p10)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteEnum16(p0);
m.Write_0(p1);
m.WriteTerminatedAnsiString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"));
m.WriteTerminatedAnsiString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p3, "p3"));
m.WriteTerminatedAnsiString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p4, "p4"));
m.WriteTerminatedAnsiString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p5, "p5"));
m.WriteTerminatedAnsiString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p6, "p6"));
m.Write_1(p7);
m.WriteInt32(p8);
m.Write_3(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p9, "p9"), p8);
_Unmarshal_Helper u = SendReceive(1, m);
p6 = u.ReadConformantVaryingAnsiString();
p7 = u.Read_1();
p10 = u.ReadContextHandle();
return u.ReadInt32();
}
19
View Source File : 906b0ce0-c70b-1067-b317-00dd010662da_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int BuildContextW(NtApiDotNet.Ndr.Marshal.NdrEnum16 p0, Struct_0 p1, string p2, string p3, string p4, string p5, ref string p6, ref Struct_1 p7, int p8, sbyte[] p9, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p10)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteEnum16(p0);
m.Write_0(p1);
m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "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.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p6, "p6"));
m.Write_1(p7);
m.WriteInt32(p8);
m.Write_3(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p9, "p9"), p8);
_Unmarshal_Helper u = SendReceive(7, m);
p6 = u.ReadConformantVaryingString();
p7 = u.Read_1();
p10 = u.ReadContextHandle();
return u.ReadInt32();
}
19
View Source File : a111f1c6-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcNetSetup_NotifyObject_Load(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, System.Guid p1, System.Guid p2, string p3, int p4, System.Guid p5, out NtApiDotNet.Ndr.Marshal.NdrContextHandle p6)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p3, "p3"));
m.WriteInt32(p4);
m.WriteGuid(p5);
_Unmarshal_Helper u = SendReceive(3, m);
p6 = u.ReadContextHandle();
return u.ReadInt32();
}
19
View Source File : a111f1c6-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcNetSetup_ComponentControl_Initialize(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
_Unmarshal_Helper u = SendReceive(5, m);
return u.ReadInt32();
}
19
View Source File : a111f1c6-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcNetSetup_ComponentSetup_Install(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, string p2, string p3)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
m.WriteReferent(p2, new System.Action<string>(m.WriteTerminatedString));
m.WriteReferent(p3, new System.Action<string>(m.WriteTerminatedString));
_Unmarshal_Helper u = SendReceive(9, m);
return u.ReadInt32();
}
19
View Source File : a111f1c6-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcNetSetup_ComponentSetup_Upgrade(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, int p2)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
m.WriteInt32(p2);
_Unmarshal_Helper u = SendReceive(10, m);
return u.ReadInt32();
}
19
View Source File : a111f1c6-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcNetSetup_NotifyBinding_QueryBindingPath(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, System.Guid p2, out sbyte p3)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
m.WriteGuid(p2);
_Unmarshal_Helper u = SendReceive(12, m);
p3 = u.ReadSByte();
return u.ReadInt32();
}
19
View Source File : a111f1c6-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcNetSetup_NotifyBinding_NotifyBindingPath(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, System.Guid p2)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
m.WriteGuid(p2);
_Unmarshal_Helper u = SendReceive(13, m);
return u.ReadInt32();
}
19
View Source File : a111f1c6-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcNetSetup_NotifyGlobal_SysQueryBindingPath(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, System.Guid p2, out sbyte p3)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
m.WriteGuid(p2);
_Unmarshal_Helper u = SendReceive(15, m);
p3 = u.ReadSByte();
return u.ReadInt32();
}
19
View Source File : a111f1c6-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcNetSetup_NotifyGlobal_SysNotifyBindingPath(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, System.Guid p2)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
m.WriteGuid(p2);
_Unmarshal_Helper u = SendReceive(16, m);
return u.ReadInt32();
}
19
View Source File : a111f1c6-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RpcNetSetup_NotifyGlobal_SysNotifyComponent(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, int p1, int p2, System.Guid p3)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteInt32(p1);
m.WriteInt32(p2);
m.WriteGuid(p3);
_Unmarshal_Helper u = SendReceive(17, m);
return u.ReadInt32();
}
19
View Source File : a111f1c5-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.WriteInt32(Member0);
m.WriteUInt3264(Member8);
m.WriteInt32(Member10);
m.WriteInt32(Member14);
}
19
View Source File : a111f1c5-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.Write_2(Member0);
m.WriteInt32(Member20);
m.WriteInt32(Member24);
m.WriteEmbeddedPointer<sbyte[], long>(Member28, new System.Action<sbyte[], long>(m.Write_6), Member24);
}
19
View Source File : a111f1c5-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.Write_3(Member0);
m.WriteInt32(Member14);
m.WriteEmbeddedPointer<string>(Member18, new System.Action<string>(m.WriteTerminatedString));
}
19
View Source File : a111f1c5-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.WriteInt32(Member0);
m.Write_1(Member8);
}
19
View Source File : a111f1c5-5923-47c0-9a68-d0bafb577901_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.WriteInt32(Member0);
m.WriteGuid(Member4);
m.WriteInt32(Member14);
m.WriteEmbeddedPointer<Struct_2[], long>(Member18, new System.Action<Struct_2[], long>(m.Write_7), Member14);
}
19
View Source File : 0a533b58-0ed9-4085-b6e8-95795e147972_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.WriteInt16(Member0);
m.WriteInt32(Member4);
}
19
View Source File : 0a533b58-0ed9-4085-b6e8-95795e147972_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public uint s_RpcBluetoothGattGetServicesCount(System.Guid p0, int p1, out short p2, out int p3)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteGuid(p0);
m.WriteInt32(p1);
_Unmarshal_Helper u = SendReceive(0, m);
p2 = u.ReadInt16();
p3 = u.ReadInt32();
return u.ReadUInt32();
}
19
View Source File : 0a533b58-0ed9-4085-b6e8-95795e147972_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public uint s_RpcBluetoothGattGetServices(System.Guid p0, short p1, int p2, out Struct_1[] p3, out short p4, out int p5)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteGuid(p0);
m.WriteInt16(p1);
m.WriteInt32(p2);
_Unmarshal_Helper u = SendReceive(1, m);
p3 = u.Read_11();
p4 = u.ReadInt16();
p5 = u.ReadInt32();
return u.ReadUInt32();
}
19
View Source File : 0a533b58-0ed9-4085-b6e8-95795e147972_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public uint s_RpcBluetoothGattGetIncludedServicesCount(System.Guid p0, System.Nullable<Struct_1> p1, int p2, out short p3, out int p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteGuid(p0);
m.WriteReferent(p1, new System.Action<Struct_1>(m.Write_0));
m.WriteInt32(p2);
_Unmarshal_Helper u = SendReceive(2, m);
p3 = u.ReadInt16();
p4 = u.ReadInt32();
return u.ReadUInt32();
}
19
View Source File : 0a533b58-0ed9-4085-b6e8-95795e147972_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public uint s_RpcBluetoothGattGetIncludedServices(System.Guid p0, System.Nullable<Struct_1> p1, short p2, int p3, out Struct_1[] p4, out short p5, out int p6)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteGuid(p0);
m.WriteReferent(p1, new System.Action<Struct_1>(m.Write_0));
m.WriteInt16(p2);
m.WriteInt32(p3);
_Unmarshal_Helper u = SendReceive(3, m);
p4 = u.Read_12();
p5 = u.ReadInt16();
p6 = u.ReadInt32();
return u.ReadUInt32();
}
19
View Source File : 0a533b58-0ed9-4085-b6e8-95795e147972_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public uint s_RpcBluetoothGattGetCharacteristicsCount(System.Guid p0, System.Nullable<Struct_1> p1, int p2, out short p3, out int p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteGuid(p0);
m.WriteReferent(p1, new System.Action<Struct_1>(m.Write_0));
m.WriteInt32(p2);
_Unmarshal_Helper u = SendReceive(4, m);
p3 = u.ReadInt16();
p4 = u.ReadInt32();
return u.ReadUInt32();
}
19
View Source File : 0a533b58-0ed9-4085-b6e8-95795e147972_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public uint s_RpcBluetoothGattGetCharacteristics(System.Guid p0, System.Nullable<Struct_1> p1, short p2, int p3, out Struct_4[] p4, out short p5, out int p6)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteGuid(p0);
m.WriteReferent(p1, new System.Action<Struct_1>(m.Write_0));
m.WriteInt16(p2);
m.WriteInt32(p3);
_Unmarshal_Helper u = SendReceive(5, m);
p4 = u.Read_13();
p5 = u.ReadInt16();
p6 = u.ReadInt32();
return u.ReadUInt32();
}
19
View Source File : 0a533b58-0ed9-4085-b6e8-95795e147972_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public uint s_RpcBluetoothGattGetDescriptorsCount(System.Guid p0, Struct_4 p1, int p2, out short p3, out int p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteGuid(p0);
m.Write_3(p1);
m.WriteInt32(p2);
_Unmarshal_Helper u = SendReceive(6, m);
p3 = u.ReadInt16();
p4 = u.ReadInt32();
return u.ReadUInt32();
}
See More Examples