mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-01 20:24:25 +01:00
parent
af68b26a9b
commit
560fc53226
234 changed files with 6312 additions and 6259 deletions
|
|
@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileWrite_
|
|||
bool _ret;
|
||||
const char *pchFile;
|
||||
const void *pvData;
|
||||
int32 cubData;
|
||||
int32_t cubData;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileWrite_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileRead_params
|
||||
{
|
||||
void *linux_side;
|
||||
int32 _ret;
|
||||
int32_t _ret;
|
||||
const char *pchFile;
|
||||
void *pvData;
|
||||
int32 cubDataToRead;
|
||||
int32_t cubDataToRead;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileRead_params *params );
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileP
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileSize_params
|
||||
{
|
||||
void *linux_side;
|
||||
int32 _ret;
|
||||
int32_t _ret;
|
||||
const char *pchFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileSize_params *params );
|
||||
|
|
@ -78,7 +78,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFi
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileTimestamp_params
|
||||
{
|
||||
void *linux_side;
|
||||
int64 _ret;
|
||||
int64_t _ret;
|
||||
const char *pchFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileTimestamp_params *params );
|
||||
|
|
@ -94,7 +94,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetSy
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileCount_params
|
||||
{
|
||||
void *linux_side;
|
||||
int32 _ret;
|
||||
int32_t _ret;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileCount_params *params );
|
||||
|
||||
|
|
@ -102,8 +102,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileNam
|
|||
{
|
||||
void *linux_side;
|
||||
const char *_ret;
|
||||
int iFile;
|
||||
int32 *pnFileSizeInBytes;
|
||||
int32_t iFile;
|
||||
int32_t *pnFileSizeInBytes;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileNameAndSize_params *params );
|
||||
|
||||
|
|
@ -111,8 +111,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetQuota_p
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
int32 *pnTotalBytes;
|
||||
int32 *puAvailableBytes;
|
||||
int32_t *pnTotalBytes;
|
||||
int32_t *puAvailableBytes;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetQuota_params *params );
|
||||
|
||||
|
|
@ -152,7 +152,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUGCDeta
|
|||
UGCHandle_t hContent;
|
||||
AppId_t *pnAppID;
|
||||
char **ppchName;
|
||||
int32 *pnFileSizeInBytes;
|
||||
int32_t *pnFileSizeInBytes;
|
||||
CSteamID *pSteamIDOwner;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUGCDetails_params *params );
|
||||
|
|
@ -160,17 +160,17 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUG
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead_params
|
||||
{
|
||||
void *linux_side;
|
||||
int32 _ret;
|
||||
int32_t _ret;
|
||||
UGCHandle_t hContent;
|
||||
void *pvData;
|
||||
int32 cubDataToRead;
|
||||
int32_t cubDataToRead;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCCount_params
|
||||
{
|
||||
void *linux_side;
|
||||
int32 _ret;
|
||||
int32_t _ret;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCCount_params *params );
|
||||
|
||||
|
|
@ -178,7 +178,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedU
|
|||
{
|
||||
void *linux_side;
|
||||
UGCHandle_t _ret;
|
||||
int32 iCachedContent;
|
||||
int32_t iCachedContent;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle_params *params );
|
||||
|
||||
|
|
@ -237,7 +237,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateU
|
|||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint32 unStartIndex;
|
||||
uint32_t unStartIndex;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserPublishedFiles_params *params );
|
||||
|
||||
|
|
@ -253,7 +253,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateU
|
|||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint32 unStartIndex;
|
||||
uint32_t unStartIndex;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue