get_access_list_information


bool get_access_list_information(access_list* access_list_get,
                                 void* information,
                                 unsigned length,
                                 unsigned information_class)

This function requests information about an access list.

Parameters

access_list* access_list_get

A pointer to the access list for which information is being queried.

void* information

A pointer to a buffer to hold the information.

unsigned length

The size (in bytes) of the buffer pointed to by the previous parameter.

unsigned information_class

The information class (see enumeration access_list_information).

Return

bool

true The function call succeeded.
false The function failed.