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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp1628 struct VBOXCAPS;
1630 typedef DECLCALLBACKPTR(void, PFNVBOXCAPS_ENTRY_ON_ENABLE)(struct VBOXCAPS *pConsole, struct VBOXCAPS_ENTRY *pCap, BOOL fEnabled);
1642 typedef struct VBOXCAPS struct
1646 } VBOXCAPS; typedef in typeref:struct:VBOXCAPS
1648 static VBOXCAPS gVBoxCaps;
1650 static DECLCALLBACK(void) vboxCapsOnEnableSeamles(struct VBOXCAPS *pConsole, struct VBOXCAPS_ENTRY *pCap, BOOL fEnabled)
1669 VBOXCAPS *pConsole = &gVBoxCaps;
1697 VBOXCAPS *pConsole = &gVBoxCaps;
1727 VBOXCAPS *pConsole = &gVBoxCaps;
1734 VBOXCAPS *pConsol
[all...]

Completed in 48 milliseconds