derelict-steamworks ~master (2021-12-25T13:36:25.3665421)
Dub
Repo
AppProofOfPurchaseKeyResponse_t
derelict
steamworks
steamapps
Undocumented in source.
struct
AppProofOfPurchaseKeyResponse_t {
anonymousenum
k_iCallback
;
EResult
m_eResult
;
uint32
m_nAppID
;
uint32
m_cchKeyLength
;
char
[
k_cubAppProofOfPurchaseKeyMax
]
m_rgchKey
;
}
Members
Enums
k_iCallback
anonymousenum
k_iCallback
Undocumented in source.
Variables
m_cchKeyLength
uint32
m_cchKeyLength
;
Undocumented in source.
m_eResult
EResult
m_eResult
;
Undocumented in source.
m_nAppID
uint32
m_nAppID
;
Undocumented in source.
m_rgchKey
char
[
k_cubAppProofOfPurchaseKeyMax
]
m_rgchKey
;
Undocumented in source.
Meta
Source
See Implementation
derelict
steamworks
steamapps
static variables
k_cubAppProofOfPurchaseKeyMax
structs
AppProofOfPurchaseKeyResponse_t