Steamworks.NativeMethods.ISteamRemoteStorage_SetSyncPlatforms C# (CSharp) Method

ISteamRemoteStorage_SetSyncPlatforms() private method

private ISteamRemoteStorage_SetSyncPlatforms ( InteropHelp pchFile, ERemoteStoragePlatform eRemoteStoragePlatform ) : bool
pchFile InteropHelp
eRemoteStoragePlatform ERemoteStoragePlatform
return bool
		public static extern bool ISteamRemoteStorage_SetSyncPlatforms(InteropHelp.UTF8StringHandle pchFile, ERemoteStoragePlatform eRemoteStoragePlatform);
NativeMethods