コード例 #1
0
 public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform)
 {
     InteropHelp.TestIfAvailableClient();
     using (var pchFile2 = new InteropHelp.UTF8StringHandle(pchFile)) {
         return(NativeMethods.ISteamRemoteStorage_SetSyncPlatforms(CSteamAPIContext.GetSteamRemoteStorage(), pchFile2, eRemoteStoragePlatform));
     }
 }
コード例 #2
0
 public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform)
 {
     InteropHelp.TestIfAvailableClient();
     using (InteropHelp.UTF8StringHandle handle = new InteropHelp.UTF8StringHandle(pchFile))
     {
         return(NativeMethods.ISteamRemoteStorage_SetSyncPlatforms(handle, eRemoteStoragePlatform));
     }
 }
コード例 #3
0
        // Token: 0x06000815 RID: 2069 RVA: 0x0000E854 File Offset: 0x0000CA54
        public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform)
        {
            InteropHelp.TestIfAvailableClient();
            bool result;

            using (InteropHelp.UTF8StringHandle utf8StringHandle = new InteropHelp.UTF8StringHandle(pchFile))
            {
                result = NativeMethods.ISteamRemoteStorage_SetSyncPlatforms(CSteamAPIContext.GetSteamRemoteStorage(), utf8StringHandle, eRemoteStoragePlatform);
            }
            return(result);
        }
コード例 #4
0
 public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform)
 {
     InteropHelp.TestIfAvailableClient();
     bool result;
     using (InteropHelp.UTF8StringHandle uTF8StringHandle = new InteropHelp.UTF8StringHandle(pchFile))
     {
         result = NativeMethods.ISteamRemoteStorage_SetSyncPlatforms(uTF8StringHandle, eRemoteStoragePlatform);
     }
     return result;
 }
コード例 #5
0
		public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform) {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamRemoteStorage_SetSyncPlatforms(pchFile, eRemoteStoragePlatform);
		}
コード例 #6
0
 public static SteamAPICall_t FileShare(string pchFile) => default;                                                           // 0x00000001807AC460-0x00000001807AC5C0
 public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform) => default;               // 0x00000001807ADC10-0x00000001807ADD50
コード例 #7
0
 public bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform)
 {
     return(this.GetFunction <NativeSetSyncPlatformsSE>(this.Functions.SetSyncPlatforms5)(this.ObjectAddress, pchFile, eRemoteStoragePlatform));
 }
コード例 #8
0
		public static extern bool ISteamRemoteStorage_SetSyncPlatforms(InteropHelp.UTF8StringHandle pchFile, ERemoteStoragePlatform eRemoteStoragePlatform);
コード例 #9
0
		public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform) {
			InteropHelp.TestIfAvailableClient();
			using (var pchFile2 = new InteropHelp.UTF8StringHandle(pchFile)) {
				return NativeMethods.ISteamRemoteStorage_SetSyncPlatforms(pchFile2, eRemoteStoragePlatform);
			}
		}
コード例 #10
0
 public bool SetSyncPlatforms(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform)
 {
     return(this.GetFunction <NativeSetSyncPlatformsUESE>(this.Functions.SetSyncPlatforms9)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile, eRemoteStoragePlatform));
 }
コード例 #11
0
 // Token: 0x06000915 RID: 2325 RVA: 0x00005E2D File Offset: 0x0000402D
 public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform)
 {
     InteropHelp.TestIfAvailableClient();
     return(NativeMethods.ISteamRemoteStorage_SetSyncPlatforms(pchFile, eRemoteStoragePlatform));
 }
コード例 #12
0
 public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform)
 {
     return(false);
 }