JSFreeAttributesList

Langue: en

Version: 119170 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

JSFreeAttributesList - Device attributes list deallocating

SYNTAX

#include <jsw.h>

void JSFreeAttributesList(

        js_attribute_struct *list,

        int total
)

ARGUMENTS

list
Specifies the pointer to a list of js_attribute_struct structures which should have been returned by a prior call to JSGetAttributesList(3).
total
Specifies the total number of js_attribute_struct structures in the specified list.

DESCRIPTION

The JSFreeAttributesList function deletes a list of joystick device attributes returned by a prior call to JSGetAttributesList(3).
    

SEE ALSO

JSIntro(3) JSGetAttributesList(3)