Searched defs:SUP_IDC_CODE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIDC.h32 /** @def SUP_IDC_CODE
41 # define SUP_IDC_CODE(Function) CTL_CODE(FILE_DEVICE_UNKNOWN, (Function) + 2542, METHOD_BUFFERED, FILE_WRITE_ACCESS) macro
43 # define SUP_IDC_CODE(Function) ( UINT32_C(0xc0ffee00) | (uint32_t)(0x000000ff & (Function)) ) macro
87 #define SUPDRV_IDC_REQ_CONNECT SUP_IDC_CODE(1)
132 #define SUPDRV_IDC_REQ_DISCONNECT SUP_IDC_CODE(2)
139 #define SUPDRV_IDC_REQ_GET_SYMBOL SUP_IDC_CODE(3)
174 #define SUPDRV_IDC_REQ_COMPONENT_REGISTER_FACTORY SUP_IDC_CODE(10)
199 #define SUPDRV_IDC_REQ_COMPONENT_DEREGISTER_FACTORY SUP_IDC_CODE(11)

Completed in 43 milliseconds