Steamworks.SteamRemoteStorage.FileReadAsyncComplete C# (CSharp) Méthode

FileReadAsyncComplete() public static méthode

public static FileReadAsyncComplete ( SteamAPICall_t hReadCall, byte pvBuffer, uint cubToRead ) : bool
hReadCall SteamAPICall_t
pvBuffer byte
cubToRead uint
Résultat bool
		public static bool FileReadAsyncComplete(SteamAPICall_t hReadCall, byte[] pvBuffer, uint cubToRead) {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamRemoteStorage_FileReadAsyncComplete(hReadCall, pvBuffer, cubToRead);
		}