Skip to main content

ddwaf_object_get_type

Function ddwaf_object_get_type 

Source
pub unsafe extern "C" fn ddwaf_object_get_type(
    object: *const ddwaf_object,
) -> DDWAF_OBJ_TYPE
Expand description

Returns the type of the object.

@param object The object from which to get the type.

@return The object type of DDWAF_OBJ_INVALID if NULL.