Steamworks.NativeMethods.ISteamRemoteStorage_FileFetch C# (CSharp) Method

ISteamRemoteStorage_FileFetch() private method

private ISteamRemoteStorage_FileFetch ( InteropHelp pchFile ) : bool
pchFile InteropHelp
return bool
		public static extern bool ISteamRemoteStorage_FileFetch(InteropHelp.UTF8StringHandle pchFile);
NativeMethods