ReactOS 0.4.16-dev-527-gdad3a09
|
Go to the source code of this file.
Classes | |
struct | _IEEE1394_VDEV_PNP_REQUEST |
struct | _IEEE1394_API_REQUEST |
Macros | |
#define | IEEE1394_API_ADD_VIRTUAL_DEVICE 0x00000001 |
#define | IEEE1394_API_REMOVE_VIRTUAL_DEVICE 0x00000002 |
#define | IEEE1394_REQUEST_FLAG_UNICODE 0x00000001 |
#define | IEEE1394_REQUEST_FLAG_PERSISTENT 0x00000002 |
#define | IEEE1394_REQUEST_FLAG_USE_LOCAL_HOST_EUI 0x00000004 |
#define | BUS1394_VIRTUAL_DEVICE_LIST_KEY L"Virtual Device List" |
#define | BUS1394_LOCAL_HOST_INSTANCE_KEY L"LOCAL HOST EUI64" |
#define | IOCTL_IEEE1394_API_REQUEST CTL_CODE(FILE_DEVICE_UNKNOWN, 0x100, METHOD_BUFFERED, FILE_ANY_ACCESS) |
Typedefs | |
typedef struct _IEEE1394_VDEV_PNP_REQUEST | IEEE1394_VDEV_PNP_REQUEST |
typedef struct _IEEE1394_VDEV_PNP_REQUEST * | PIEEE1394_VDEV_PNP_REQUEST |
typedef struct _IEEE1394_API_REQUEST | IEEE1394_API_REQUEST |
typedef struct _IEEE1394_API_REQUEST * | PIEEE1394_API_REQUEST |
Definition at line 56 of file ntdd1394.h.
Definition at line 55 of file ntdd1394.h.
#define IEEE1394_API_ADD_VIRTUAL_DEVICE 0x00000001 |
Definition at line 50 of file ntdd1394.h.
#define IEEE1394_API_REMOVE_VIRTUAL_DEVICE 0x00000002 |
Definition at line 51 of file ntdd1394.h.
#define IEEE1394_REQUEST_FLAG_PERSISTENT 0x00000002 |
Definition at line 53 of file ntdd1394.h.
#define IEEE1394_REQUEST_FLAG_UNICODE 0x00000001 |
Definition at line 52 of file ntdd1394.h.
#define IEEE1394_REQUEST_FLAG_USE_LOCAL_HOST_EUI 0x00000004 |
Definition at line 54 of file ntdd1394.h.
#define IOCTL_IEEE1394_API_REQUEST CTL_CODE(FILE_DEVICE_UNKNOWN, 0x100, METHOD_BUFFERED, FILE_ANY_ACCESS) |
Definition at line 57 of file ntdd1394.h.
typedef struct _IEEE1394_API_REQUEST * PIEEE1394_API_REQUEST |