mbgtools-lx
4.2.8
|
The structure behind the MBG_DEV_FN_LIST_ENTRY type. More...
#include <mbgdevio.h>
Data Fields | |
char * | dev_fn_ptr |
MBG_DEV_FN_LIST_ENTRY * | next |
The structure behind the MBG_DEV_FN_LIST_ENTRY type.
Applications should 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 required by some Windows-specific code.
Definition at line 628 of file mbgdevio.h.
char* _MBG_DEV_FN_LIST_ENTRY::dev_fn_ptr |
Address of an OS-specific device file name that can be used with an OS-specific open call.
Definition at line 630 of file mbgdevio.h.
Referenced by free_dev_fn_list(), mbg_find_devices_with_names(), mbg_open_device_by_name(), and setup_dev_fn_list().
MBG_DEV_FN_LIST_ENTRY* _MBG_DEV_FN_LIST_ENTRY::next |
Definition at line 632 of file mbgdevio.h.
Referenced by free_dev_fn_list(), mbg_find_devices_with_names(), mbg_open_device_by_name(), and setup_dev_fn_list().