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

/vbox/src/libs/xpcom18a4/python/
H A Dxpcom_consts.py199 def XPT_PD_IS_SHARED(flags): return (flags & XPT_PD_SHARED) function
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h481 #define XPT_PD_IS_SHARED(flags) (flags & XPT_PD_SHARED) macro

Completed in 55 milliseconds