Steamworks.NativeMethods.ISteamUnifiedMessages_GetMethodResponseInfo C# (CSharp) Method

ISteamUnifiedMessages_GetMethodResponseInfo() private method

private ISteamUnifiedMessages_GetMethodResponseInfo ( ClientUnifiedMessageHandle hHandle, uint &punResponseSize, EResult &peResult ) : bool
hHandle ClientUnifiedMessageHandle
punResponseSize uint
peResult EResult
return bool
		public static extern bool ISteamUnifiedMessages_GetMethodResponseInfo(ClientUnifiedMessageHandle hHandle, out uint punResponseSize, out EResult peResult);
NativeMethods