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

/vbox/include/VBox/
H A Dsup.h282 * @remark there is no const version of this typedef, see g_pSUPGlobalInfoPage for details. */
344 * process or VM. It can be accessed thru the g_pSUPGlobalInfoPage
415 * @remark there is no const version of this typedef, see g_pSUPGlobalInfoPage for details. */
458 extern DECLEXPORT(PSUPGLOBALINFOPAGE) g_pSUPGlobalInfoPage;
461 extern DECLIMPORT(PSUPGLOBALINFOPAGE) g_pSUPGlobalInfoPage;
465 # define g_pSUPGlobalInfoPage (&g_SUPGlobalInfoPage) macro
467 # define g_pSUPGlobalInfoPage (SUPGetGIPHlp()) macro
563 PSUPGLOBALINFOPAGE pGip = g_pSUPGlobalInfoPage;
596 PSUPGLOBALINFOPAGE pGip = g_pSUPGlobalInfoPage;
615 PSUPGLOBALINFOPAGE pGip = g_pSUPGlobalInfoPage;
[all...]

Completed in 47 milliseconds