Changeset 19844 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
- Timestamp:
- May 19, 2009 11:12:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
r19711 r19844 29 29 #include <VBox/HGSMI/HGSMI.h> 30 30 #include <VBox/HGSMI/HGSMIChSetup.h> 31 #include "VBoxHGSMI.h" 31 32 #endif /* VBOX_WITH_HGSMI */ 32 33 … … 256 257 PVIDEO_POINTER_ATTRIBUTES pointerAttr, 257 258 uint32_t cbLength); 259 260 DECLCALLBACK(void) hgsmiHostCmdHandlerComplete (HVBOXVIDEOHGSMI hHGSMI, void * pvMem); 261 262 int vboxHGSMIChannelDisplayRegister (PDEVICE_EXTENSION PrimaryExtension, 263 int iDisplay, /* negative would mean this is a miniport handler */ 264 uint8_t u8Channel, 265 PFNHGSMICHANNELHANDLER pfnChannelHandler, 266 void *pvChannelHandler); 258 267 #endif /* VBOX_WITH_HGSMI */ 259 268 } /* extern "C" */
Note:
See TracChangeset
for help on using the changeset viewer.