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

/vbox/include/VBox/com/
H A Ddefs.h237 #define ComSafeArraySize(aArg) ((aArg) == NULL ? 0 : (aArg)->rgsabound[0].cElements) macro
361 #define ComSafeArraySize(aArg) ((aArg) == NULL ? 0 : (aArg##Size)) macro

Completed in 715 milliseconds