Searched refs:CanBePooled (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomsvcs.h3485 virtual WINBOOL WINAPI CanBePooled(void) = 0;
3495 WINBOOL (WINAPI *CanBePooled)(IObjectControl *This); member in struct:IObjectControlVtbl
3507 #define IObjectControl_CanBePooled(This) (This)->lpVtbl->CanBePooled(This)
3623 virtual HRESULT WINAPI CanBePooled(VARIANT_BOOL *pbPoolable) = 0;
3633 HRESULT (WINAPI *CanBePooled)(ObjectControl *This,VARIANT_BOOL *pbPoolable); member in struct:ObjectControlVtbl
3645 #define ObjectControl_CanBePooled(This,pbPoolable) (This)->lpVtbl->CanBePooled(This,pbPoolable)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomsvcs.h3485 virtual WINBOOL WINAPI CanBePooled(void) = 0;
3495 WINBOOL (WINAPI *CanBePooled)(IObjectControl *This); member in struct:IObjectControlVtbl
3507 #define IObjectControl_CanBePooled(This) (This)->lpVtbl->CanBePooled(This)
3623 virtual HRESULT WINAPI CanBePooled(VARIANT_BOOL *pbPoolable) = 0;
3633 HRESULT (WINAPI *CanBePooled)(ObjectControl *This,VARIANT_BOOL *pbPoolable); member in struct:ObjectControlVtbl
3645 #define ObjectControl_CanBePooled(This,pbPoolable) (This)->lpVtbl->CanBePooled(This,pbPoolable)

Completed in 89 milliseconds