mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 05:04:27 +01:00
parent
af68b26a9b
commit
560fc53226
234 changed files with 6312 additions and 6259 deletions
|
|
@ -4,14 +4,14 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileWrite_
|
|||
bool _ret;
|
||||
const char *pchFile;
|
||||
const void *pvData;
|
||||
int32 cubData;
|
||||
int32_t cubData;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileWrite_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileSize_params
|
||||
{
|
||||
void *linux_side;
|
||||
int32 _ret;
|
||||
int32_t _ret;
|
||||
const char *pchFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileSize_params *params );
|
||||
|
|
@ -19,10 +19,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFi
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_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_VERSION001_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileRead_params *params );
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileD
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileCount_params
|
||||
{
|
||||
void *linux_side;
|
||||
int32 _ret;
|
||||
int32_t _ret;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileCount_params *params );
|
||||
|
||||
|
|
@ -53,8 +53,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileNam
|
|||
{
|
||||
void *linux_side;
|
||||
const char *_ret;
|
||||
int iFile;
|
||||
int32 *pnFileSizeInBytes;
|
||||
int32_t iFile;
|
||||
int32_t *pnFileSizeInBytes;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileNameAndSize_params *params );
|
||||
|
||||
|
|
@ -62,8 +62,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetQuota_p
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
int32 *pnTotalBytes;
|
||||
int32 *puAvailableBytes;
|
||||
int32_t *pnTotalBytes;
|
||||
int32_t *puAvailableBytes;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetQuota_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue