Opaque handle to an entry in a ktxHashList.
More...
#include <ktx.h>
Opaque handle to an entry in a ktxHashList.
◆ ktxHashListEntry_GetKey()
Return the key of a ktxHashListEntry.
- Parameters
-
[in] | This | The target hash list entry. |
[in,out] | pKeyLen | *pKeyLen is set to the byte length of the returned key. |
[in,out] | ppKey | *ppKey is set to the point to the value of the key. |
- Returns
- KTX_SUCCESS or one of the following error codes.
- Exceptions
-
KTX_INVALID_VALUE | if pKvd or pHt is NULL or kvdLen == 0. |
◆ ktxHashListEntry_GetValue()
Return the value from a ktxHashListEntry.
- Parameters
-
[in] | This | The target hash list entry. |
[in,out] | pValueLen | *pValueLen is set to the number of bytes of data in the returned value. |
[in,out] | ppValue | *ppValue is set to point to the value of of the target entry. |
- Returns
- KTX_SUCCESS or one of the following error codes.
- Exceptions
-
KTX_INVALID_VALUE | if pKvd or pHt is NULL or kvdLen == 0. |