Steamworks.NativeMethods.ISteamRemoteStorage_FileReadAsyncComplete C# (CSharp) Метод

ISteamRemoteStorage_FileReadAsyncComplete() приватный Метод

private ISteamRemoteStorage_FileReadAsyncComplete ( SteamAPICall_t hReadCall, [ pvBuffer, uint cubToRead ) : bool
hReadCall SteamAPICall_t
pvBuffer [
cubToRead uint
Результат bool
		public static extern bool ISteamRemoteStorage_FileReadAsyncComplete(SteamAPICall_t hReadCall, [In, Out] byte[] pvBuffer, uint cubToRead);
NativeMethods