Steamworks.SteamUnifiedMessages.GetMethodResponseData C# (CSharp) Méthode

GetMethodResponseData() public static méthode

Gets a response in binary serialized form (and optionally release the corresponding allocated memory).

public static GetMethodResponseData ( ClientUnifiedMessageHandle hHandle, byte pResponseBuffer, uint unResponseBufferSize, bool bAutoRelease ) : bool
hHandle ClientUnifiedMessageHandle
pResponseBuffer byte
unResponseBufferSize uint
bAutoRelease bool
Résultat bool
		public static bool GetMethodResponseData(ClientUnifiedMessageHandle hHandle, byte[] pResponseBuffer, uint unResponseBufferSize, bool bAutoRelease) {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamUnifiedMessages_GetMethodResponseData(hHandle, pResponseBuffer, unResponseBufferSize, bAutoRelease);
		}