Steamworks.NativeMethods.ISteamRemoteStorage_FilePersist C# (CSharp) Method

ISteamRemoteStorage_FilePersist() private method

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