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)); } }
public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform) { InteropHelp.TestIfAvailableClient(); using (InteropHelp.UTF8StringHandle handle = new InteropHelp.UTF8StringHandle(pchFile)) { return(NativeMethods.ISteamRemoteStorage_SetSyncPlatforms(handle, eRemoteStoragePlatform)); } }
// 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); }
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; }
public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform) { InteropHelp.TestIfAvailableClient(); return NativeMethods.ISteamRemoteStorage_SetSyncPlatforms(pchFile, eRemoteStoragePlatform); }
public static SteamAPICall_t FileShare(string pchFile) => default; // 0x00000001807AC460-0x00000001807AC5C0 public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform) => default; // 0x00000001807ADC10-0x00000001807ADD50
public bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform) { return(this.GetFunction <NativeSetSyncPlatformsSE>(this.Functions.SetSyncPlatforms5)(this.ObjectAddress, pchFile, eRemoteStoragePlatform)); }
public static extern bool ISteamRemoteStorage_SetSyncPlatforms(InteropHelp.UTF8StringHandle pchFile, ERemoteStoragePlatform eRemoteStoragePlatform);
public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform) { InteropHelp.TestIfAvailableClient(); using (var pchFile2 = new InteropHelp.UTF8StringHandle(pchFile)) { return NativeMethods.ISteamRemoteStorage_SetSyncPlatforms(pchFile2, eRemoteStoragePlatform); } }
public bool SetSyncPlatforms(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform) { return(this.GetFunction <NativeSetSyncPlatformsUESE>(this.Functions.SetSyncPlatforms9)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile, eRemoteStoragePlatform)); }
// 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)); }
public static bool SetSyncPlatforms(string pchFile, ERemoteStoragePlatform eRemoteStoragePlatform) { return(false); }