Here are the examples of the csharp api NtApiDotNet.Ndr.Marshal.NdrMarshalBuffer.WriteGuid(System.Nullable) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
723 Examples
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 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
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 : 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_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
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 : 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 : 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 : 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 : 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.WriteGuid(Member0);
m.WriteGuid(Member10);
}
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_StartService(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, int p4, string[] 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);
m.WriteReferent(p5, new System.Action<string[], long>(m.Write_8), p4);
_Unmarshal_Helper u = SendReceive(3, m);
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_EnumServicesStatusA(int p0, System.Guid p1, System.Guid p2, ref Struct_3 p3, out long p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.Write_2(p3);
_Unmarshal_Helper u = SendReceive(9, m);
p3 = u.Read_2();
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_EnumDependentServicesA(int p0, System.Guid p1, System.Guid p2, ref Struct_4 p3, out long p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.Write_3(p3);
_Unmarshal_Helper u = SendReceive(13, m);
p3 = u.Read_3();
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_QueryServiceConfigW(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, ref byte[] p4, int p5, out int p6, int p7, out long p8)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.WriteUInt3264(p3);
m.WriteReferent(p4, new System.Action<byte[], long>(m.Write_11), p5);
m.WriteInt32(p5);
m.WriteInt32(p7);
_Unmarshal_Helper u = SendReceive(17, m);
p4 = u.ReadReferent<byte[]>(new System.Func<byte[]>(u.Read_11), false);
p6 = u.ReadInt32();
p8 = u.ReadInt64();
}
19
View Source File : 4b183cf6-affd-4872-9da2-7564b683d027_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int jitv_virtual_module_unloaded(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(3, m);
return u.ReadInt32();
}
19
View Source File : 4b183cf6-affd-4872-9da2-7564b683d027_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int jitv_activate_for_thread(int p0, System.Guid p1, System.Guid p2, int p3)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.WriteInt32(p3);
_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 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 : 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_ReleaseServer(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(2, 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_ComVirtualService(int p0, System.Guid p1, System.Guid p2, Struct_2 p3, out short p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.Write_1(p3);
_Unmarshal_Helper u = SendReceive(8, m);
p4 = u.ReadInt16();
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
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_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
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_EnumServicesStatusW(int p0, System.Guid p1, System.Guid p2, ref Struct_3 p3, out long p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.Write_2(p3);
_Unmarshal_Helper u = SendReceive(8, m);
p3 = u.Read_2();
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_EnumServicesStatusExW(int p0, System.Guid p1, System.Guid p2, ref Struct_3 p3, out long p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.Write_2(p3);
_Unmarshal_Helper u = SendReceive(10, m);
p3 = u.Read_2();
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_EnumServicesStatusExA(int p0, System.Guid p1, System.Guid p2, ref Struct_3 p3, out long p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.Write_2(p3);
_Unmarshal_Helper u = SendReceive(11, m);
p3 = u.Read_2();
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_EnumDependentServicesW(int p0, System.Guid p1, System.Guid p2, ref Struct_4 p3, out long p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.Write_3(p3);
_Unmarshal_Helper u = SendReceive(12, m);
p3 = u.Read_3();
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_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
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 : 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
public void s_vservices_server_OpenSCManager(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, int p4, out long p5)
{
_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(1, m);
p5 = 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_OpenService(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, Struct_1 p4, int p5, ref NtApiDotNet.Ndr.Marshal.NdrUInt3264 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.WriteInt32(p5);
m.WriteUInt3264(p6);
_Unmarshal_Helper u = SendReceive(2, m);
p6 = u.ReadUInt3264();
p7 = 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_SetServiceStatus(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, Struct_2 p4, out long p5)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.WriteUInt3264(p3);
m.Write_1(p4);
_Unmarshal_Helper u = SendReceive(5, m);
p5 = 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 : 4b183cf6-affd-4872-9da2-7564b683d027_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int jitv_virtual_module_loaded(int p0, System.Guid p1, System.Guid p2, Struct_1 p3, int p4, out int p5, out int p6)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.Write_0(p3);
m.WriteInt32(p4);
_Unmarshal_Helper u = SendReceive(2, m);
p5 = u.ReadInt32();
p6 = u.ReadInt32();
return u.ReadInt32();
}
19
View Source File : 71d6addc-3548-4d49-8580-589694df3c9d_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int registry_staging_server_GetConfiguration(int p0, System.Guid p1, System.Guid p2, out sbyte p3, out sbyte p4, out Struct_1 p5, out Struct_1 p6)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
_Unmarshal_Helper u = SendReceive(0, m);
p3 = u.ReadSByte();
p4 = u.ReadSByte();
p5 = u.Read_0();
p6 = u.Read_0();
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
public void s_vservices_server_QueryServiceObjectSecurity(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, int 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.WriteInt32(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(21, m);
p5 = u.ReadReferent<char[]>(new System.Func<char[]>(u.Read_10), false);
p6 = u.ReadInt32();
p7 = u.ReadInt64();
}
19
View Source File : 66055171-882c-4625-8fd7-cc7c30e2b226_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public void vshell_server_get_vshell_process_data(int p0, System.Guid p1, System.Guid p2, Struct_1 p3, Struct_2 p4, out Struct_3 p5, out long p6)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.Write_0(p3);
m.Write_1(p4);
_Unmarshal_Helper u = SendReceive(0, m);
p5 = u.Read_2();
p6 = u.ReadInt64();
}
19
View Source File : 6d809348-7e6c-41b9-91bc-630fe5503d66_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int vobjects_server_GetObjectExclusions(int p0, System.Guid p1, System.Guid p2, out long p3, out int p4, out int p5, out string[] p6)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
_Unmarshal_Helper u = SendReceive(0, m);
p3 = u.ReadInt64();
p4 = u.ReadInt32();
p5 = u.ReadInt32();
p6 = u.ReadReferent<string[]>(new System.Func<string[]>(u.Read_0), false);
return u.ReadInt32();
}
19
View Source File : 71d6addc-3548-4d49-8580-589694df3c9d_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int registry_staging_server_RequestStaging(int p0, System.Guid p1, System.Guid p2, Struct_1 p3, out sbyte p4, out sbyte p5)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.Write_0(p3);
_Unmarshal_Helper u = SendReceive(1, m);
p4 = u.ReadSByte();
p5 = u.ReadSByte();
return u.ReadInt32();
}
19
View Source File : 8c7fbdb0-8513-44f9-a8b1-1a3b49322bf4_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int vfs_server_GetConfiguration(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.ReadReferent<Struct_1[]>(new System.Func<Struct_1[]>(u.Read_7), false);
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_RequestServerResource(int p0, System.Guid p1, System.Guid p2, System.Guid p3, out System.Guid p4, out int p5)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.WriteGuid(p3);
_Unmarshal_Helper u = SendReceive(3, m);
p4 = u.ReadGuid();
p5 = u.ReadInt32();
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_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
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_StartServiceControlDispatcher(int p0, System.Guid p1, System.Guid p2, int p3, string[] p4, out long p5)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.WriteInt32(p3);
m.WriteReferent(p4, new System.Action<string[], long>(m.Write_9), p3);
_Unmarshal_Helper u = SendReceive(4, m);
p5 = 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_QueryServiceConfigA(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, ref byte[] p4, int p5, out int p6, int p7, out long p8)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.WriteUInt3264(p3);
m.WriteReferent(p4, new System.Action<byte[], long>(m.Write_11), p5);
m.WriteInt32(p5);
m.WriteInt32(p7);
_Unmarshal_Helper u = SendReceive(18, m);
p4 = u.ReadReferent<byte[]>(new System.Func<byte[]>(u.Read_11), false);
p6 = u.ReadInt32();
p8 = u.ReadInt64();
}
19
View Source File : 8c7fbdb0-8513-44f9-a8b1-1a3b49322bf4_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
private void Marshal(_Marshal_Helper m)
{
m.WriteGuid(Member0);
m.WriteGuid(Member10);
m.WriteInt32(Member20);
m.WriteInt32(Member24);
m.Write_1(Member28);
m.WriteInt32(Member38);
m.WriteEmbeddedPointer<Struct_3[], long>(Member40, new System.Action<Struct_3[], long>(m.Write_4), Member38);
m.WriteInt32(Member48);
m.WriteEmbeddedPointer<Struct_4[], long>(Member50, new System.Action<Struct_4[], long>(m.Write_5), Member48);
}
19
View Source File : 8d17061c-534a-4f1b-bd77-f615421cf379_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int vreg_server_GetConfiguration(int p0, System.Guid p1, System.Guid p2, out Struct_1 p3, out Struct_2 p4, out Struct_3 p5, out Struct_4 p6, out Struct_5 p7)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
_Unmarshal_Helper u = SendReceive(0, m);
p3 = u.Read_0();
p4 = u.Read_1();
p5 = u.Read_2();
p6 = u.Read_3();
p7 = u.Read_4();
return u.ReadInt32();
}
19
View Source File : 8d17061c-534a-4f1b-bd77-f615421cf379_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int vreg_server_IsPidInVE(int p0, System.Guid p1, System.Guid p2, int p3, out sbyte p4)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.WriteInt32(p3);
_Unmarshal_Helper u = SendReceive(1, m);
p4 = u.ReadSByte();
return u.ReadInt32();
}
19
View Source File : 8d17061c-534a-4f1b-bd77-f615421cf379_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int vreg_server_AddDuplicatedKeyToProcess(int p0, System.Guid p1, System.Guid p2, int p3, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p4, Struct_6 p5, Struct_2 p6, int p7)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.WriteInt32(p3);
m.WriteUInt3264(p4);
m.Write_5(p5);
m.Write_1(p6);
m.WriteInt32(p7);
_Unmarshal_Helper u = SendReceive(2, m);
return u.ReadInt32();
}
19
View Source File : 8d17061c-534a-4f1b-bd77-f615421cf379_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int vreg_server_IsDuplicatedKey(int p0, System.Guid p1, System.Guid p2, NtApiDotNet.Ndr.Marshal.NdrUInt3264 p3, out Struct_6 p4, out Struct_2 p5, out int p6)
{
_Marshal_Helper m = new _Marshal_Helper();
m.WriteInt32(p0);
m.WriteGuid(p1);
m.WriteGuid(p2);
m.WriteUInt3264(p3);
_Unmarshal_Helper u = SendReceive(3, m);
p4 = u.Read_5();
p5 = u.Read_1();
p6 = u.ReadInt32();
return u.ReadInt32();
}
19
View Source File : af1e812f-2d47-4c99-9b36-15984de66d89_1.0.cs
License : The Unlicense
Project Creator : tyranid
License : The Unlicense
Project Creator : tyranid
public int vfonts_server_GetListOfVirtualFonts(int p0, System.Guid p1, System.Guid p2, out int p3, out int p4, out string[] p5)
{
_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.ReadInt32();
p5 = u.ReadReferent<string[]>(new System.Func<string[]>(u.Read_2), false);
return u.ReadInt32();
}
See More Examples