VirtualBox

Ignore:
Timestamp:
Sep 14, 2010 10:14:46 PM (14 years ago)
Author:
vboxsync
Message:

wddm/3d: multi-swapchain fixes (for win7 & multi-monitor)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoCm.h

    r30462 r32496  
    4141void vboxVideoCmCmdSubmit(void *pvCmd, uint32_t cbSize);
    4242
     43#define VBOXVIDEOCMCMDVISITOR_RETURN_CONTINUE 0x00000001
     44#define VBOXVIDEOCMCMDVISITOR_RETURN_RMCMD    0x00000002
     45typedef DECLCALLBACK(UINT) FNVBOXVIDEOCMCMDVISITOR(PVBOXVIDEOCM_CTX pContext, PVOID pvCmd, uint32_t cbCmd, PVOID pvVisitor);
     46typedef FNVBOXVIDEOCMCMDVISITOR *PFNVBOXVIDEOCMCMDVISITOR;
     47NTSTATUS vboxVideoCmCmdVisit(PVBOXVIDEOCM_CTX pContext, BOOL bEntireSession, PFNVBOXVIDEOCMCMDVISITOR pfnVisitor, PVOID pvVisitor);
     48
    4349NTSTATUS vboxVideoCmEscape(PVBOXVIDEOCM_CTX pContext, PVBOXDISPIFESCAPE_GETVBOXVIDEOCMCMD pCmd, uint32_t cbCmd);
     50VOID vboxVideoCmLock(PVBOXVIDEOCM_CTX pContext);
     51VOID vboxVideoCmUnlock(PVBOXVIDEOCM_CTX pContext);
    4452
    4553#endif /* #ifndef ___VBoxVideoCm_h___ */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette