mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 13:14:29 +01:00
parent
5aefaf36d8
commit
b83f5fe79e
191 changed files with 1642 additions and 1642 deletions
|
|
@ -28,7 +28,7 @@ extern void cppISteamUser_SteamUser004_BLoggedOn( struct cppISteamUser_SteamUser
|
|||
struct cppISteamUser_SteamUser004_GetLogonState_params
|
||||
{
|
||||
void *linux_side;
|
||||
ELogonState _ret;
|
||||
uint32_t _ret;
|
||||
};
|
||||
extern void cppISteamUser_SteamUser004_GetLogonState( struct cppISteamUser_SteamUser004_GetLogonState_params *params );
|
||||
|
||||
|
|
@ -130,7 +130,7 @@ struct cppISteamUser_SteamUser004_SetRegistryString_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
EConfigSubTree eRegistrySubTree;
|
||||
uint32_t eRegistrySubTree;
|
||||
const char *pchKey;
|
||||
const char *pchValue;
|
||||
};
|
||||
|
|
@ -140,7 +140,7 @@ struct cppISteamUser_SteamUser004_GetRegistryString_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
EConfigSubTree eRegistrySubTree;
|
||||
uint32_t eRegistrySubTree;
|
||||
const char *pchKey;
|
||||
char *pchValue;
|
||||
int cbValue;
|
||||
|
|
@ -151,7 +151,7 @@ struct cppISteamUser_SteamUser004_SetRegistryInt_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
EConfigSubTree eRegistrySubTree;
|
||||
uint32_t eRegistrySubTree;
|
||||
const char *pchKey;
|
||||
int iValue;
|
||||
};
|
||||
|
|
@ -161,7 +161,7 @@ struct cppISteamUser_SteamUser004_GetRegistryInt_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
EConfigSubTree eRegistrySubTree;
|
||||
uint32_t eRegistrySubTree;
|
||||
const char *pchKey;
|
||||
int *piValue;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue