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 : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int MVoipSrvLaunchVoipRtcTask(int p0, string p1, out Struct_0 p2)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p1, "p1"));
_Unmarshal_Helper u = SendReceive(6, m);
p2 = u.Read_0();
return u.ReadInt32();
}
19
View Source File : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 00efb8be-002d-45cd-81b0-f65b260f8a13_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int Rpc_AdhGetEvidenceCollectorResult(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, NtApiDotNet.Ndr.Marshal.NdrEnum16 p1, int p2, int p3, out int p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteEnum16(p1);
m.WriteInt32(p2);
m.WriteInt32(p3);
_Unmarshal_Helper u = SendReceive(6, m);
p4 = u.ReadInt32();
return u.ReadInt32();
}
19
View Source File : 8a7b5006-cc13-11db-9705-005056c00008_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 0497b57d-2e66-424f-a0c6-157cd5d41700_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.WriteEmbeddedPointer<string>(Member0, new System.Action<string>(m.WriteTerminatedString));
m.WriteInt32(Member8);
m.WriteInt32(MemberC);
m.WriteInt32(Member10);
m.WriteInt32(Member14);
m.WriteInt32(Member18);
m.WriteInt32(Member1C);
m.WriteInt32(Member20);
m.WriteInt32(Member24);
m.WriteInt16(Member28);
m.Write_1(Member2C);
}
19
View Source File : 0497b57d-2e66-424f-a0c6-157cd5d41700_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 201ef99a-7fa0-444c-9399-19ba84f12a1a_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);
}
19
View Source File : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.WriteUInt3264(Member0);
m.WriteUInt3264(Member8);
m.WriteInt32(Member10);
m.WriteInt32(Member14);
}
19
View Source File : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 5f54ce7d-5b79-4175-8584-cb65313a0e98_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 8c7daf44-b6dc-11d1-9a4c-0020af6e7c57_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.WriteEmbeddedPointer<string>(Member0, new System.Action<string>(m.WriteTerminatedString));
m.WriteEmbeddedPointer<string>(Member8, new System.Action<string>(m.WriteTerminatedString));
m.WriteInt32(Member10);
m.WriteInt32(Member14);
m.WriteInt32(Member18);
m.Write_3(Member1C);
m.WriteEmbeddedPointer<string>(Member30, new System.Action<string>(m.WriteTerminatedString));
m.Write_3(Member38);
m.WriteInt16(Member48);
m.WriteEmbeddedPointer<string>(Member50, new System.Action<string>(m.WriteTerminatedString));
m.WriteEmbeddedPointer<string>(Member58, new System.Action<string>(m.WriteTerminatedString));
m.WriteEmbeddedPointer<string>(Member60, new System.Action<string>(m.WriteTerminatedString));
m.WriteEmbeddedPointer<string>(Member68, new System.Action<string>(m.WriteTerminatedString));
m.WriteEmbeddedPointer<string>(Member70, new System.Action<string>(m.WriteTerminatedString));
m.WriteInt32(Member78);
m.WriteInt32(Member7C);
}
19
View Source File : 8c7daf44-b6dc-11d1-9a4c-0020af6e7c57_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.WriteEmbeddedPointer<Struct_10[], long>(Member8, new System.Action<Struct_10[], long>(m.Write_14), Member0);
}
19
View Source File : 8c7daf44-b6dc-11d1-9a4c-0020af6e7c57_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.WriteEmbeddedPointer<string>(Member8, new System.Action<string>(m.WriteTerminatedString));
m.Write_3(Member10);
}
19
View Source File : 8c7daf44-b6dc-11d1-9a4c-0020af6e7c57_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public uint GetManagedApps(System.Nullable<Struct_3> p0, int p1, int p2, out Struct_7 p3)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteReferent(p0, new System.Action<Struct_3>(m.Write_3));
m.WriteInt32(p1);
m.WriteInt32(p2);
_Unmarshal_Helper u = SendReceive(6, m);
p3 = u.Read_7();
return u.ReadUInt32();
}
19
View Source File : 8c7daf44-b6dc-11d1-9a4c-0020af6e7c57_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public uint RsopReportInstallFailure(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, string p1, int p2)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteContextHandle(p0);
m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p1, "p1"));
m.WriteInt32(p2);
_Unmarshal_Helper u = SendReceive(7, m);
return u.ReadUInt32();
}
19
View Source File : 44e10347-37a0-494c-871c-fb90f7145742_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int s_vcom_server_GetVComPolicies(int p0, System.Guid p1, System.Guid p2, out int p3, out Struct_1 p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
_Unmarshal_Helper u = SendReceive(0, m);
p3 = u.ReadInt32();
p4 = u.Read_0();
return u.ReadInt32();
}
19
View Source File : 44e10347-37a0-494c-871c-fb90f7145742_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 44e10347-37a0-494c-871c-fb90f7145742_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1_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.Write_1(Member8);
m.Write_1(Member18);
m.Write_3(Member28);
m.Write_3(Member38);
}
19
View Source File : c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1_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.WriteEmbeddedPointer<Struct_2[], long>(Member8, new System.Action<Struct_2[], long>(m.Write_5), Member0);
}
19
View Source File : 8a7b5006-cc13-11db-9705-005056c00008_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public void AppIDRpcOnCreateFile(string p0, string p1, byte[] p2, int p3, int p4, System.Guid p5, out int p6)
{
_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.Write_8(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p2, "p2"), p3);
m.WriteInt32(p3);
m.WriteInt32(p4);
m.WriteGuid(p5);
_Unmarshal_Helper u = SendReceive(3, m);
p6 = u.ReadInt32();
}
19
View Source File : 0497b57d-2e66-424f-a0c6-157cd5d41700_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 201ef99a-7fa0-444c-9399-19ba84f12a1a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 58e604e8-9adb-4d2e-a464-3b0683fb1480_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : fd7a0523-dc70-43dd-9b2e-9c5ed48225b1_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int RAiGetTokenForMSI(
NtApiDotNet.Ndr.Marshal.NdrUInt3264 p0,
int p1,
int p2,
string p3,
int p4,
string p5,
string p6,
string p7,
string p8,
string p9,
string p10,
int p11,
string[] p12,
string[] p13,
int p14,
out NtApiDotNet.Ndr.Marshal.NdrUInt3264 p15)
{
_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.WriteInt32(p4);
m.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p5, "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.WriteTerminatedString(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p10, "p10"));
m.WriteInt32(p11);
m.WriteReferent(p12, new System.Action<string[], long>(m.Write_0), p11);
m.WriteReferent(p13, new System.Action<string[], long>(m.Write_1), p11);
m.WriteInt32(p14);
_Unmarshal_Helper u = SendReceive(0, m);
p15 = u.ReadUInt3264();
return u.ReadInt32();
}
19
View Source File : 461e6f82-89d8-4b7b-95ca-2e5c965953fc_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.WriteUInt3264(Member0);
m.WriteInt32(Member8);
m.WriteInt32(MemberC);
m.WriteInt32(Member10);
m.WriteEmbeddedPointer<byte[], long>(Member18, new System.Action<byte[], long>(m.Write_6), Member10);
m.WriteEmbeddedPointer<int>(Member20, new System.Action<int>(m.WriteInt32));
m.WriteEmbeddedPointer<int>(Member28, new System.Action<int>(m.WriteInt32));
m.WriteEmbeddedPointer<int>(Member30, new System.Action<int>(m.WriteInt32));
m.WriteInt32(Member38);
}
19
View Source File : 461e6f82-89d8-4b7b-95ca-2e5c965953fc_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public void s_vservices_server_GetVeProcessRuntimeSettings(int p0, System.Guid p1, System.Guid p2, out int p3, out long p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
_Unmarshal_Helper u = SendReceive(0, m);
p3 = u.ReadInt32();
p4 = u.ReadInt64();
}
19
View Source File : 461e6f82-89d8-4b7b-95ca-2e5c965953fc_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public void s_vservices_server_ControlService(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, int p4, out Struct_2 p5, out long p6)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.WriteUInt3264(p3);
m.WriteInt32(p4);
_Unmarshal_Helper u = SendReceive(6, m);
p5 = u.Read_1();
p6 = u.ReadInt64();
}
19
View Source File : 461e6f82-89d8-4b7b-95ca-2e5c965953fc_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public void s_vservices_server_CloseServiceHandle(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, out long p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.WriteUInt3264(p3);
_Unmarshal_Helper u = SendReceive(14, m);
p4 = u.ReadInt64();
}
19
View Source File : 461e6f82-89d8-4b7b-95ca-2e5c965953fc_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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();
}
19
View Source File : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : fc48cd89-98d6-4628-9839-86f7a3e4161a_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 8a7b5006-cc13-11db-9705-005056c00008_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 0497b57d-2e66-424f-a0c6-157cd5d41700_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 8c7daf44-b6dc-11d1-9a4c-0020af6e7c57_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.Write_1(Member8, Member0);
}
19
View Source File : 8c7daf44-b6dc-11d1-9a4c-0020af6e7c57_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.WriteInt16(Member4);
m.WriteInt16(Member6);
m.Write_11(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(Member8, "Member8"));
}
19
View Source File : 44e10347-37a0-494c-871c-fb90f7145742_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : 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
View Source File : 44e10347-37a0-494c-871c-fb90f7145742_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int s_vcom_server_MakeLowIntegrityCOMMap(int p0, System.Guid p1, System.Guid p2)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
_Unmarshal_Helper u = SendReceive(9, m);
return u.ReadInt32();
}
19
View Source File : 461e6f82-89d8-4b7b-95ca-2e5c965953fc_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.WriteEmbeddedPointer<char[], long>(Member8, new System.Action<char[], long>(m.Write_5), Member0);
}
19
View Source File : 461e6f82-89d8-4b7b-95ca-2e5c965953fc_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.WriteInt32(MemberC);
m.WriteInt32(Member10);
m.WriteInt32(Member14);
m.WriteInt32(Member18);
}
See More Examples