API Version: 1
Library Version: 1
gboolean gck_value_to_boolean ( const guchar* value, gsize length, gboolean* result )
Convert CK_BBOOL type memory to a boolean.
CK_BBOOL
value
guchar
Memory to convert.
length
gsize
Length of memory.
result
gboolean*
A location to store the result.
gboolean
Whether the conversion was successful.