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

/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c467 SAFEARRAY *interestingEventsSA = NULL; local
472 interestingEventsSA = g_pVBoxFuncs->pfnSafeArrayCreateVector(VT_I4, 0, sizeof(interestingEvents) / sizeof(interestingEvents[0]));
473 g_pVBoxFuncs->pfnSafeArrayCopyInParamHelper(interestingEventsSA, &interestingEvents, sizeof(interestingEvents));
485 ComSafeArrayAsInParam(interestingEventsSA),
525 g_pVBoxFuncs->pfnSafeArrayDestroy(interestingEventsSA);
577 SAFEARRAY *interestingEventsSA = NULL; local
582 interestingEventsSA = g_pVBoxFuncs->pfnSafeArrayCreateVector(VT_I4, 0, sizeof(interestingEvents) / sizeof(interestingEvents[0]));
583 g_pVBoxFuncs->pfnSafeArrayCopyInParamHelper(interestingEventsSA, &interestingEvents, sizeof(interestingEvents));
589 ComSafeArrayAsInParam(interestingEventsSA),
654 g_pVBoxFuncs->pfnSafeArrayDestroy(interestingEventsSA);
[all...]

Completed in 59 milliseconds