Function
Gckvalue_to_ulong
since: 1
Declaration [src]
gboolean
gck_value_to_ulong (
  const guchar* value,
  gsize length,
  gulong* result
)
Parameters
- value
- 
            Type: An array of gucharMemory to convert. The length of the array is specified in the lengthargument.The data is owned by the caller of the function. 
- length
- 
            Type: gsizeLength of memory. 
- result
- 
            Type: gulong*A location to store the result. The argument will be set by the function.