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

/vbox/src/VBox/ValidationKit/testdriver/
H A Dwinbase.py126 from win32com.client import GetObject; # pylint: disable=F0401 namespace
127 oWmi = GetObject('winmgmts:');
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py570 from win32com.client import GetObject; # pylint: disable=F0401 namespace
571 oWmi = GetObject('winmgmts:');
713 from win32com.client import GetObject; # pylint: disable=F0401 namespace
714 oWmi = GetObject('winmgmts:');
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Doleidl.h1278 #undef GetObject macro
1284 virtual HRESULT STDMETHODCALLTYPE GetObject(
1336 HRESULT (STDMETHODCALLTYPE *GetObject)( member in struct:IOleItemContainerVtbl
1372 #define IOleItemContainer_GetObject(This,pszItem,dwSpeedNeeded,pbc,riid,ppvObject) (This)->lpVtbl->GetObject(This,pszItem,dwSpeedNeeded,pbc,riid,ppvObject)
H A Dshlobj.h39 #undef GetObject macro
604 STDMETHOD(GetObject) (THIS_ PITEMID_CHILD *ppidl, UINT uItem) PURE;
641 #define IShellFolderView_GetObject(p,a,b) (p)->lpVtbl->GetObject(p,a,b)
H A Dobjidl.h2273 #undef GetObject macro
2298 virtual HRESULT STDMETHODCALLTYPE GetObject(
2346 HRESULT (STDMETHODCALLTYPE *GetObject)( member in struct:IRunningObjectTableVtbl
2380 #define IRunningObjectTable_GetObject(This,pmkObjectName,ppunkObject) (This)->lpVtbl->GetObject(This,pmkObjectName,ppunkObject)
H A Dwingdi.h3567 #define GetObject WINELIB_NAME_AW(GetObject) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Doleidl.h1278 #undef GetObject macro
1284 virtual HRESULT STDMETHODCALLTYPE GetObject(
1336 HRESULT (STDMETHODCALLTYPE *GetObject)( member in struct:IOleItemContainerVtbl
1372 #define IOleItemContainer_GetObject(This,pszItem,dwSpeedNeeded,pbc,riid,ppvObject) (This)->lpVtbl->GetObject(This,pszItem,dwSpeedNeeded,pbc,riid,ppvObject)
H A Dshlobj.h37 #undef GetObject macro
583 STDMETHOD(GetObject) (THIS_ PITEMID_CHILD *ppidl, UINT uItem) PURE;
620 #define IShellFolderView_GetObject(p,a,b) (p)->lpVtbl->GetObject(p,a,b)
H A Dobjidl.h2273 #undef GetObject macro
2298 virtual HRESULT STDMETHODCALLTYPE GetObject(
2346 HRESULT (STDMETHODCALLTYPE *GetObject)( member in struct:IRunningObjectTableVtbl
2380 #define IRunningObjectTable_GetObject(This,pmkObjectName,ppunkObject) (This)->lpVtbl->GetObject(This,pmkObjectName,ppunkObject)
H A Dwingdi.h3535 #define GetObject WINELIB_NAME_AW(GetObject) macro
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4639 nsresult (*GetObject)(IPerformanceMetric *pThis, nsISupports * *object); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v3_0.h5165 nsresult (*GetObject)(IPerformanceMetric *pThis, nsISupports * *object); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v3_1.h5066 nsresult (*GetObject)(IPerformanceMetric *pThis, nsISupports * *object); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v3_2.h5323 nsresult (*GetObject)(IPerformanceMetric *pThis, nsISupports * *object); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_0.h5763 nsresult (*GetObject)(IPerformanceMetric *pThis, nsISupports * *object); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_1.h6161 nsresult (*GetObject)(IPerformanceMetric *pThis, nsISupports * *object); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_2.h7123 nsresult (*GetObject)(IPerformanceMetric *pThis, nsISupports * *object); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_3.h14654 nsresult (*GetObject)(IPerformanceMetric *pThis, nsISupports * *object); member in struct:IPerformanceMetric_vtbl
14677 nsresult (*GetObject)(IPerformanceMetric *pThis, nsISupports * *object); member in struct:IPerformanceMetricVtbl
14697 #define IPerformanceMetric_get_Object(p, aObject) ((p)->lpVtbl->GetObject(p, aObject))
14698 #define IPerformanceMetric_GetObject(p, aObject) ((p)->lpVtbl->GetObject(p, aObject))

Completed in 575 milliseconds