mbgtools-lx
4.2.8
|
The structure behind the MBG_DEV_NAME_LIST_ENTRY type. More...
#include <mbgdevio.h>
Data Fields | |
char | dev_name [40] |
Readable device name (Should be MBG_DEV_NAME, which is smaller, though) More... | |
MBG_DEV_NAME_LIST_ENTRY * | next |
The structure behind the MBG_DEV_NAME_LIST_ENTRY type.
Applications should actually consider this structure as opaque, and must not rely on the type, number, and order of the structure members.
The definition is still in the header file since it is still used by some Windows-specific code.
Definition at line 660 of file mbgdevio.h.
char _MBG_DEV_NAME_LIST_ENTRY::dev_name[40] |
Readable device name (Should be MBG_DEV_NAME, which is smaller, though)
Definition at line 662 of file mbgdevio.h.
Referenced by main(), and mbg_find_devices_with_names().
MBG_DEV_NAME_LIST_ENTRY* _MBG_DEV_NAME_LIST_ENTRY::next |
Definition at line 663 of file mbgdevio.h.
Referenced by main(), mbg_find_devices_with_names(), and mbg_free_device_name_list().