Steamworks.NativeMethods.ISteamRemoteStorage_FileReadAsyncComplete C# (CSharp) Method

ISteamRemoteStorage_FileReadAsyncComplete() private method

private ISteamRemoteStorage_FileReadAsyncComplete ( SteamAPICall_t hReadCall, [ pvBuffer, uint cubToRead ) : bool
hReadCall SteamAPICall_t
pvBuffer [
cubToRead uint
return bool
		public static extern bool ISteamRemoteStorage_FileReadAsyncComplete(SteamAPICall_t hReadCall, [In, Out] byte[] pvBuffer, uint cubToRead);
NativeMethods