libplist  2.2.0
API Documentation - Return to Homepage

◆ plist_get_uint_val()

void plist_get_uint_val ( plist_t  node,
uint64_t *  val 
)

Get the value of a PLIST_UINT node.

This function does nothing if node is not of type PLIST_UINT

Parameters
nodethe node
vala pointer to a uint64_t variable.