Searched refs:GetObject (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/
H A Dpopfont.c75 GetObject (GetStockObject (SYSTEM_FONT), sizeof (LOGFONT),
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Diads.idl76 HRESULT GetObject(
H A Drichole.idl105 HRESULT GetObject(LONG iob, REOBJECT *lpreobject, DWORD dwFlags);
H A Dhlink.idl301 cpp_quote("#undef GetObject")
304 HRESULT GetObject(
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 Doleidl.idl352 cpp_quote("#undef GetObject")
354 HRESULT GetObject(
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 Dwingdi.h3535 #define GetObject WINELIB_NAME_AW(GetObject) macro
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 Dobjidl.idl464 /* GetObject is defined in wingdi.h as WINELIB_NAME_AW(GetObject),
466 * but GetObject is used as a valid method name below, so we have
469 cpp_quote("#undef GetObject")
492 HRESULT GetObject(
/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/Devices/Graphics/shaderlib/wine/include/
H A Drichole.idl105 HRESULT GetObject(LONG iob, REOBJECT *lpreobject, DWORD dwFlags);
H A Dcordebug.idl200 HRESULT GetObject([out] ICorDebugValue **ppObject);
254 HRESULT GetObject([out] ICorDebugValue **ppObject);
275 HRESULT GetObject([out] ICorDebugValue **ppObject);
H A Dhlink.idl302 cpp_quote("#undef GetObject")
305 HRESULT GetObject(
H A Dwbemcli.idl367 HRESULT GetObject(
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 Diads.idl356 HRESULT GetObject(
H A Doleidl.idl352 cpp_quote("#undef GetObject")
354 HRESULT GetObject(
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 Dwingdi.h3567 #define GetObject WINELIB_NAME_AW(GetObject) macro
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 Dobjidl.idl476 /* GetObject is defined in wingdi.h as WINELIB_NAME_AW(GetObject),
478 * but GetObject is used as a valid method name below, so we have
481 cpp_quote("#undef GetObject")
504 HRESULT GetObject(
/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/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp1393 hr = pSvc->GetObject(ClassName, 0, NULL, pClass.asOutParam(), NULL);
1480 hr = pSvc->GetObject(ClassName, 0, NULL, pClass.asOutParam(), NULL);
1550 hr = pSvc->GetObject(ClassName, 0, NULL, pClass.asOutParam(), NULL);
1593 hr = pSvc->GetObject(ClassName, 0, NULL, pClass.asOutParam(), NULL);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4639 nsresult (*GetObject)(IPerformanceMetric *pThis, nsISupports * *object); member in struct:IPerformanceMetric_vtbl

Completed in 270 milliseconds

12