Steamworks.NativeMethods.ISteamUnifiedMessages_SendMethod C# (CSharp) Method

ISteamUnifiedMessages_SendMethod() private method

private ISteamUnifiedMessages_SendMethod ( InteropHelp pchServiceMethod, [ pRequestBuffer, uint unRequestBufferSize, ulong unContext ) : ulong
pchServiceMethod InteropHelp
pRequestBuffer [
unRequestBufferSize uint
unContext ulong
return ulong
		public static extern ulong ISteamUnifiedMessages_SendMethod(InteropHelp.UTF8StringHandle pchServiceMethod, [In, Out] byte[] pRequestBuffer, uint unRequestBufferSize, ulong unContext);
NativeMethods