ReactOS 0.4.15-dev-7918-g2a2556c
ntdd1394.h File Reference

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_REQUESTPIEEE1394_VDEV_PNP_REQUEST
 
typedef struct _IEEE1394_API_REQUEST IEEE1394_API_REQUEST
 
typedef struct _IEEE1394_API_REQUESTPIEEE1394_API_REQUEST
 

Macro Definition Documentation

◆ BUS1394_LOCAL_HOST_INSTANCE_KEY

#define BUS1394_LOCAL_HOST_INSTANCE_KEY   L"LOCAL HOST EUI64"

Definition at line 56 of file ntdd1394.h.

◆ BUS1394_VIRTUAL_DEVICE_LIST_KEY

#define BUS1394_VIRTUAL_DEVICE_LIST_KEY   L"Virtual Device List"

Definition at line 55 of file ntdd1394.h.

◆ IEEE1394_API_ADD_VIRTUAL_DEVICE

#define IEEE1394_API_ADD_VIRTUAL_DEVICE   0x00000001

Definition at line 50 of file ntdd1394.h.

◆ IEEE1394_API_REMOVE_VIRTUAL_DEVICE

#define IEEE1394_API_REMOVE_VIRTUAL_DEVICE   0x00000002

Definition at line 51 of file ntdd1394.h.

◆ IEEE1394_REQUEST_FLAG_PERSISTENT

#define IEEE1394_REQUEST_FLAG_PERSISTENT   0x00000002

Definition at line 53 of file ntdd1394.h.

◆ IEEE1394_REQUEST_FLAG_UNICODE

#define IEEE1394_REQUEST_FLAG_UNICODE   0x00000001

Definition at line 52 of file ntdd1394.h.

◆ IEEE1394_REQUEST_FLAG_USE_LOCAL_HOST_EUI

#define IEEE1394_REQUEST_FLAG_USE_LOCAL_HOST_EUI   0x00000004

Definition at line 54 of file ntdd1394.h.

◆ IOCTL_IEEE1394_API_REQUEST

#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 Documentation

◆ IEEE1394_API_REQUEST

◆ IEEE1394_VDEV_PNP_REQUEST

◆ PIEEE1394_API_REQUEST

◆ PIEEE1394_VDEV_PNP_REQUEST