Steamworks.NativeMethods.ISteamRemoteStorage_FilePersisted C# (CSharp) Method

ISteamRemoteStorage_FilePersisted() private method

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