public static bool UpdatePublishedFilePreviewFile(PublishedFileUpdateHandle_t updateHandle, string pchPreviewFile)
 {
     InteropHelp.TestIfAvailableClient();
     using (var pchPreviewFile2 = new InteropHelp.UTF8StringHandle(pchPreviewFile)) {
         return(NativeMethods.ISteamRemoteStorage_UpdatePublishedFilePreviewFile(CSteamAPIContext.GetSteamRemoteStorage(), updateHandle, pchPreviewFile2));
     }
 }
 public static bool UpdatePublishedFileSetChangeDescription(PublishedFileUpdateHandle_t updateHandle, string pchChangeDescription)
 {
     InteropHelp.TestIfAvailableClient();
     using (var pchChangeDescription2 = new InteropHelp.UTF8StringHandle(pchChangeDescription)) {
         return(NativeMethods.ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription(CSteamAPIContext.GetSteamRemoteStorage(), updateHandle, pchChangeDescription2));
     }
 }
Example #3
0
 public static bool UpdatePublishedFileDescription(PublishedFileUpdateHandle_t updateHandle, string pchDescription)
 {
     InteropHelp.TestIfAvailableClient();
     using (InteropHelp.UTF8StringHandle pchDescription2 = new InteropHelp.UTF8StringHandle(pchDescription))
     {
         return(NativeMethods.ISteamRemoteStorage_UpdatePublishedFileDescription(updateHandle, pchDescription2));
     }
 }
 public static bool UpdatePublishedFileTitle(PublishedFileUpdateHandle_t updateHandle, string pchTitle)
 {
     InteropHelp.TestIfAvailableClient();
     using (InteropHelp.UTF8StringHandle handle = new InteropHelp.UTF8StringHandle(pchTitle))
     {
         return(NativeMethods.ISteamRemoteStorage_UpdatePublishedFileTitle(updateHandle, handle));
     }
 }
        public static bool UpdatePublishedFileSetChangeDescription(PublishedFileUpdateHandle_t updateHandle, string pchChangeDescription)
        {
            InteropHelp.TestIfAvailableClient();
            bool result;

            using (InteropHelp.UTF8StringHandle utf8StringHandle = new InteropHelp.UTF8StringHandle(pchChangeDescription))
            {
                result = NativeMethods.ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription(updateHandle, utf8StringHandle);
            }
            return(result);
        }
Example #6
0
        public static bool UpdatePublishedFilePreviewFile(PublishedFileUpdateHandle_t updateHandle, string pchPreviewFile)
        {
            InteropHelp.TestIfAvailableClient();
            bool result;

            using (InteropHelp.UTF8StringHandle uTF8StringHandle = new InteropHelp.UTF8StringHandle(pchPreviewFile))
            {
                result = NativeMethods.ISteamRemoteStorage_UpdatePublishedFilePreviewFile(updateHandle, uTF8StringHandle);
            }
            return(result);
        }
 public static bool UpdatePublishedFileTags(PublishedFileUpdateHandle_t updateHandle, IList <string> pTags)
 {
     InteropHelp.TestIfAvailableClient();
     return(NativeMethods.ISteamRemoteStorage_UpdatePublishedFileTags(updateHandle, new InteropHelp.SteamParamStringArray(pTags)));
 }
Example #8
0
 public static explicit operator ulong(PublishedFileUpdateHandle_t that) => default;                      // 0x00000001802A78B0-0x00000001802A78C0
 public bool Equals(PublishedFileUpdateHandle_t other) => default;                                        // 0x0000000180004FB0-0x0000000180004FC0
 public static SteamAPICall_t CommitPublishedFileUpdate(PublishedFileUpdateHandle_t updateHandle)
 {
     InteropHelp.TestIfAvailableClient();
     return((SteamAPICall_t)NativeMethods.ISteamRemoteStorage_CommitPublishedFileUpdate(CSteamAPIContext.GetSteamRemoteStorage(), updateHandle));
 }
Example #10
0
 public static bool UpdatePublishedFileSetChangeDescription(PublishedFileUpdateHandle_t updateHandle, string pchChangeDescription)
 {
     return(false);
 }
Example #11
0
 public static SteamAPICall_t CommitPublishedFileUpdate(PublishedFileUpdateHandle_t updateHandle)
 {
     return((SteamAPICall_t)0);
 }
Example #12
0
 public static bool UpdatePublishedFileTags(PublishedFileUpdateHandle_t updateHandle, System.Collections.Generic.IList <string> pTags)
 {
     return(false);
 }
Example #13
0
 public static bool UpdatePublishedFileVisibility(PublishedFileUpdateHandle_t updateHandle, ERemoteStoragePublishedFileVisibility eVisibility)
 {
     return(false);
 }
Example #14
0
 public static bool UpdatePublishedFileTitle(PublishedFileUpdateHandle_t updateHandle, string pchTitle)
 {
     return(false);
 }
Example #15
0
 public bool Equals(PublishedFileUpdateHandle_t other) => default;                                        // 0x0000000180004FB0-0x0000000180004FC0
 public int CompareTo(PublishedFileUpdateHandle_t other) => default;                                      // 0x0000000180004F10-0x0000000180004F20
 public static bool UpdatePublishedFileVisibility(PublishedFileUpdateHandle_t updateHandle, ERemoteStoragePublishedFileVisibility eVisibility)
 {
     InteropHelp.TestIfAvailableClient();
     return(NativeMethods.ISteamRemoteStorage_UpdatePublishedFileVisibility(CSteamAPIContext.GetSteamRemoteStorage(), updateHandle, eVisibility));
 }
 public static bool UpdatePublishedFileTags(PublishedFileUpdateHandle_t updateHandle, System.Collections.Generic.IList <string> pTags)
 {
     InteropHelp.TestIfAvailableClient();
     return(NativeMethods.ISteamRemoteStorage_UpdatePublishedFileTags(CSteamAPIContext.GetSteamRemoteStorage(), updateHandle, new InteropHelp.SteamParamStringArray(pTags)));
 }
 // Token: 0x0600092F RID: 2351 RVA: 0x00005FAB File Offset: 0x000041AB
 public static bool UpdatePublishedFileTitle(PublishedFileUpdateHandle_t updateHandle, string pchTitle)
 {
     InteropHelp.TestIfAvailableClient();
     return(NativeMethods.ISteamRemoteStorage_UpdatePublishedFileTitle(updateHandle, pchTitle));
 }
 // Token: 0x0600093A RID: 2362 RVA: 0x0000606C File Offset: 0x0000426C
 public static bool UpdatePublishedFileSetChangeDescription(PublishedFileUpdateHandle_t updateHandle, string pchChangeDescription)
 {
     InteropHelp.TestIfAvailableClient();
     return(NativeMethods.ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription(updateHandle, pchChangeDescription));
 }
Example #20
0
        }         // 0x0000000180004FE0-0x0000000180004FF0

        static PublishedFileUpdateHandle_t()
        {
            Invalid = default;
        }         // 0x0000000180948BC0-0x0000000180948C00