Steamworks.NativeMethods.ISteamRemoteStorage_FileReadAsyncComplete C# (CSharp) Méthode

ISteamRemoteStorage_FileReadAsyncComplete() private méthode

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