Exemplo n.º 1
0
 public bool BIsFileSyncing(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile)
 {
     return(this.GetFunction <NativeBIsFileSyncingUES>(this.Functions.BIsFileSyncing56)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile));
 }
Exemplo n.º 2
0
 public UInt64 CommitPublishedFileUpdate(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, UInt64 hUpdateRequest)
 {
     return(this.GetFunction <NativeCommitPublishedFileUpdateUEU>(this.Functions.CommitPublishedFileUpdate40)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, hUpdateRequest));
 }
Exemplo n.º 3
0
 public EFileRemoteStorageSyncState EGetFileSyncState(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile)
 {
     return(this.GetFunction <NativeEGetFileSyncStateUES>(this.Functions.EGetFileSyncState55)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile));
 }
Exemplo n.º 4
0
 public UInt64 PublishVideo(UInt32 nAppId, EWorkshopVideoProvider eVideoProvider, string cszVideoAccountName, string cszVideoIdentifier, ERemoteStorageFileRoot eRemoteStorageFileRoot, string cszFileName, UInt32 nConsumerAppId, string cszTitle, string cszDescription, ERemoteStoragePublishedFileVisibility eVisibility, ref SteamParamStringArray_t pTags)
 {
     return(this.GetFunction <NativePublishVideoUESSESUSSES>(this.Functions.PublishVideo29)(this.ObjectAddress, nAppId, eVideoProvider, cszVideoAccountName, cszVideoIdentifier, eRemoteStorageFileRoot, cszFileName, nConsumerAppId, cszTitle, cszDescription, eVisibility, ref pTags));
 }
Exemplo n.º 5
0
 public UInt64 PublishVideoFromURL(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string cszVideoURL, string cszFileName, UInt32 nConsumerAppId, string cszTitle, string cszDescription, ERemoteStoragePublishedFileVisibility eVisibility, ref SteamParamStringArray_t pTags)
 {
     return(this.GetFunction <NativePublishVideoFromURLUESSUSSES>(this.Functions.PublishVideoFromURL30)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, cszVideoURL, cszFileName, nConsumerAppId, cszTitle, cszDescription, eVisibility, ref pTags));
 }
Exemplo n.º 6
0
 public bool ResolvePath(UInt32 nAppID, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchRelPath, StringBuilder pchDest)
 {
     return(this.GetFunction <NativeResolvePathUESSU>(this.Functions.ResolvePath59)(this.ObjectAddress, nAppID, eRemoteStorageFileRoot, pchRelPath, pchDest, (UInt32)pchDest.Capacity));
 }
Exemplo n.º 7
0
 public string PchNameFromERemoteStorageFileRoot(ERemoteStorageFileRoot eRemoteStorageFileRoot)
 {
     return(InteropHelp.DecodeANSIReturn(this.GetFunction <NativePchNameFromERemoteStorageFileRootE>(this.Functions.PchNameFromERemoteStorageFileRoot51)(this.ObjectAddress, eRemoteStorageFileRoot)));
 }
Exemplo n.º 8
0
 public ERemoteStoragePlatform GetSyncPlatforms(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile)
 {
     return(this.GetFunction <NativeGetSyncPlatformsUES>(this.Functions.GetSyncPlatforms10)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile));
 }
Exemplo n.º 9
0
 public UInt64 FileWriteStreamOpen(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile)
 {
     return(this.GetFunction <NativeFileWriteStreamOpenUES>(this.Functions.FileWriteStreamOpen11)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile));
 }
Exemplo n.º 10
0
 public Int64 GetFileTimestamp(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile)
 {
     return(this.GetFunction <NativeGetFileTimestampUES>(this.Functions.GetFileTimestamp8)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile));
 }
Exemplo n.º 11
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));
 }
Exemplo n.º 12
0
 public UInt64 FileShare(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile)
 {
     return(this.GetFunction <NativeFileShareUES>(this.Functions.FileShare5)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile));
 }
Exemplo n.º 13
0
 public Int32 FileRead(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile, Byte[] pvData)
 {
     return(this.GetFunction <NativeFileReadUESBI>(this.Functions.FileRead2)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile, pvData, (Int32)pvData.Length));
 }
Exemplo n.º 14
0
 public Int32 GetFileSize(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile)
 {
     return(this.GetFunction <NativeGetFileSizeUES>(this.Functions.GetFileSize1)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile));
 }
Exemplo n.º 15
0
 public EResult FilePersist(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile)
 {
     return(this.GetFunction <NativeFilePersistUES>(this.Functions.FilePersist57)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile));
 }
Exemplo n.º 16
0
 public string GetFileNameAndSize(UInt32 nAppId, Int32 iFile, ref ERemoteStorageFileRoot peRemoteStorageFileRoot, ref Int32 pnFileSizeInBytes, bool bFromExternalAPI)
 {
     return(InteropHelp.DecodeANSIReturn(this.GetFunction <NativeGetFileNameAndSizeUIEIB>(this.Functions.GetFileNameAndSize16)(this.ObjectAddress, nAppId, iFile, ref peRemoteStorageFileRoot, ref pnFileSizeInBytes, bFromExternalAPI)));
 }
Exemplo n.º 17
0
 public bool FileFetch(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile)
 {
     return(this.GetFunction <NativeFileFetchUES>(this.Functions.FileFetch58)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile));
 }
Exemplo n.º 18
0
 public UInt64 PublishFile(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string cszFileName, string cszPreviewFileName, UInt32 nConsumerAppId, string cszTitle, string cszDescription, ERemoteStoragePublishedFileVisibility eVisibility, ref SteamParamStringArray_t pTags, EWorkshopFileType eType)
 {
     return(this.GetFunction <NativePublishFileUESSUSSESE>(this.Functions.PublishFile28)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, cszFileName, cszPreviewFileName, nConsumerAppId, cszTitle, cszDescription, eVisibility, ref pTags, eType));
 }
Exemplo n.º 19
0
 public EResult FileTouch(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string pchFile, bool arg3)
 {
     return(this.GetFunction <NativeFileTouchUESB>(this.Functions.FileTouch60)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, pchFile, arg3));
 }
Exemplo n.º 20
0
 public bool ResolvePath(UInt32 nAppId, ERemoteStorageFileRoot eRemoteStorageFileRoot, string arg2, StringBuilder arg3, UInt32 arg4)
 {
     return(this.GetFunction <NativeResolvePathUESSU>(this.Functions.ResolvePath40)(this.ObjectAddress, nAppId, eRemoteStorageFileRoot, arg2, arg3, arg4));
 }