mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 05:58:03 +01:00
lsteamclient: Get rid of the remaining steam typedefs.
CW-Bug-Id: #22729
This commit is contained in:
parent
58b60f93f6
commit
5cb7e98820
204 changed files with 7396 additions and 7395 deletions
|
|
@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileD
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileShare_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
const char *pchFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileShare_params *params );
|
||||
|
|
@ -54,7 +54,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetSy
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamOpen_params
|
||||
{
|
||||
void *linux_side;
|
||||
UGCFileWriteStreamHandle_t _ret;
|
||||
uint64_t _ret;
|
||||
const char *pchFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamOpen( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamOpen_params *params );
|
||||
|
|
@ -63,7 +63,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteS
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
UGCFileWriteStreamHandle_t writeHandle;
|
||||
uint64_t writeHandle;
|
||||
const void *pvData;
|
||||
int32_t cubData;
|
||||
};
|
||||
|
|
@ -73,7 +73,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteS
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
UGCFileWriteStreamHandle_t writeHandle;
|
||||
uint64_t writeHandle;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamClose( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamClose_params *params );
|
||||
|
||||
|
|
@ -81,7 +81,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteS
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
UGCFileWriteStreamHandle_t writeHandle;
|
||||
uint64_t writeHandle;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamCancel( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamCancel_params *params );
|
||||
|
||||
|
|
@ -174,8 +174,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetCl
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCDownload_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
UGCHandle_t hContent;
|
||||
uint64_t _ret;
|
||||
uint64_t hContent;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCDownload_params *params );
|
||||
|
||||
|
|
@ -183,7 +183,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDown
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
UGCHandle_t hContent;
|
||||
uint64_t hContent;
|
||||
int32_t *pnBytesDownloaded;
|
||||
int32_t *pnBytesExpected;
|
||||
};
|
||||
|
|
@ -193,8 +193,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDeta
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
UGCHandle_t hContent;
|
||||
AppId_t *pnAppID;
|
||||
uint64_t hContent;
|
||||
uint32_t *pnAppID;
|
||||
char **ppchName;
|
||||
int32_t *pnFileSizeInBytes;
|
||||
CSteamID *pSteamIDOwner;
|
||||
|
|
@ -205,7 +205,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCRead_pa
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
UGCHandle_t hContent;
|
||||
uint64_t hContent;
|
||||
void *pvData;
|
||||
int32_t cubDataToRead;
|
||||
};
|
||||
|
|
@ -221,7 +221,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCa
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle_params
|
||||
{
|
||||
void *linux_side;
|
||||
UGCHandle_t _ret;
|
||||
uint64_t _ret;
|
||||
int32_t iCachedContent;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle_params *params );
|
||||
|
|
@ -229,10 +229,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCa
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_PublishWorkshopFile_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
const char *pchFile;
|
||||
const char *pchPreviewFile;
|
||||
AppId_t nConsumerAppId;
|
||||
uint32_t nConsumerAppId;
|
||||
const char *pchTitle;
|
||||
const char *pchDescription;
|
||||
uint32_t eVisibility;
|
||||
|
|
@ -244,8 +244,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Publi
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CreatePublishedFileUpdateRequest_params
|
||||
{
|
||||
void *linux_side;
|
||||
PublishedFileUpdateHandle_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CreatePublishedFileUpdateRequest_params *params );
|
||||
|
||||
|
|
@ -253,7 +253,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
const char *pchFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileFile_params *params );
|
||||
|
|
@ -262,7 +262,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
const char *pchPreviewFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFilePreviewFile_params *params );
|
||||
|
|
@ -271,7 +271,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
const char *pchTitle;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTitle_params *params );
|
||||
|
|
@ -280,7 +280,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
const char *pchDescription;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileDescription_params *params );
|
||||
|
|
@ -289,7 +289,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
uint32_t eVisibility;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileVisibility_params *params );
|
||||
|
|
@ -298,7 +298,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
SteamParamStringArray_t *pTags;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTags_params *params );
|
||||
|
|
@ -306,31 +306,31 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Updat
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CommitPublishedFileUpdate_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t _ret;
|
||||
uint64_t updateHandle;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CommitPublishedFileUpdate_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedFileDetails_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedFileDetails_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_DeletePublishedFile_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_DeletePublishedFile_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
uint32_t unStartIndex;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles_params *params );
|
||||
|
|
@ -338,15 +338,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Enume
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SubscribePublishedFile_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SubscribePublishedFile_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
uint32_t unStartIndex;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles_params *params );
|
||||
|
|
@ -354,8 +354,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Enume
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UnsubscribePublishedFile_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UnsubscribePublishedFile_params *params );
|
||||
|
||||
|
|
@ -363,7 +363,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
const char *pchChangeDescription;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileSetChangeDescription_params *params );
|
||||
|
|
@ -371,16 +371,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Updat
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedItemVoteDetails_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedItemVoteDetails_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdateUserPublishedItemVote_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
bool bVoteUp;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdateUserPublishedItemVote_params *params );
|
||||
|
|
@ -388,15 +388,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Updat
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUserPublishedItemVoteDetails_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUserPublishedItemVoteDetails_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSharedWorkshopFiles_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
CSteamID steamId;
|
||||
uint32_t unStartIndex;
|
||||
SteamParamStringArray_t *pRequiredTags;
|
||||
|
|
@ -407,12 +407,12 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Enume
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_PublishVideo_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
uint32_t eVideoProvider;
|
||||
const char *pchVideoAccount;
|
||||
const char *pchVideoIdentifier;
|
||||
const char *pchPreviewFile;
|
||||
AppId_t nConsumerAppId;
|
||||
uint32_t nConsumerAppId;
|
||||
const char *pchTitle;
|
||||
const char *pchDescription;
|
||||
uint32_t eVisibility;
|
||||
|
|
@ -423,8 +423,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Publi
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetUserPublishedFileAction_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
uint32_t eAction;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetUserPublishedFileAction_params *params );
|
||||
|
|
@ -432,7 +432,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetUs
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedFilesByUserAction_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
uint32_t eAction;
|
||||
uint32_t unStartIndex;
|
||||
};
|
||||
|
|
@ -441,7 +441,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Enume
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedWorkshopFiles_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
uint32_t eEnumerationType;
|
||||
uint32_t unStartIndex;
|
||||
uint32_t unCount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue