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

/vbox/include/VBox/
H A Dcdefs.h300 /** @def VMMR3DECL
306 # define VMMR3DECL(type) DECLHIDDEN(type) VBOXCALL macro
308 # define VMMR3DECL(type) DECLEXPORT(type) VBOXCALL macro
312 # define VMMR3DECL(type) DECLHIDDEN(type) VBOXCALL macro
314 # define VMMR3DECL(type) DECLIMPORT(type) VBOXCALL macro
317 # define VMMR3DECL(type) DECL_INVALID(type) macro

Completed in 43 milliseconds