kodi
|
Public Member Functions | |
CustomBuffer (void *address, uint32_t capacity) | |
uint32_t | Capacity () const |
uint32_t | Length () const |
void | Length (uint32_t length) |
HRESULT __stdcall | Buffer (void **value) final |
Public Attributes | |
void * | m_address |
uint32_t | m_capacity |
uint32_t | m_length |