Steamworks.NativeMethods.ISteamRemoteStorage_FileForget C# (CSharp) Method

ISteamRemoteStorage_FileForget() private method

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