Home
last modified time | relevance | path

Searched refs:GetBitmap (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rosapps/applications/fraginator/
H A DDefragment.cpp171 if (!Volume.GetBitmap()) in Start()
383 if (Volume.GetBitmap ()) in Start()
H A DUnfrag.cpp272 if (!Drive->GetBitmap ()) in wmain()
434 if (Drive->GetBitmap ()) in wmain()
H A DDriveVolume.h98 bool GetBitmap (void); // gets drive bitmap
H A DDriveVolume.cpp172 bool DriveVolume::GetBitmap (void) in GetBitmap() function in DriveVolume
/reactos/dll/win32/shell32/shellmenu/
H A DCMenuDeskBar.h110 STDMETHOD(GetBitmap)(HBITMAP* phBitmap) override;
H A DCMenuDeskBar.cpp565 HRESULT STDMETHODCALLTYPE CMenuDeskBar::GetBitmap(THIS_ HBITMAP* phBitmap) in GetBitmap() function in CMenuDeskBar
/reactos/sdk/include/reactos/
H A Dshlobj_undoc.h133 STDMETHOD(GetBitmap)(THIS_ HBITMAP* phBitmap) PURE; in DECLARE_INTERFACE_() local
145 #define IBanneredBar_GetBitmap(T,a) (T)->lpVtbl->GetBitmap(T,a)