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