Searched refs:GetBitmap (Results 1 – 7 of 7) sorted by relevance
171 if (!Volume.GetBitmap()) in Start()383 if (Volume.GetBitmap ()) in Start()
272 if (!Drive->GetBitmap ()) in wmain()434 if (Drive->GetBitmap ()) in wmain()
98 bool GetBitmap (void); // gets drive bitmap
172 bool DriveVolume::GetBitmap (void) in GetBitmap() function in DriveVolume
110 STDMETHOD(GetBitmap)(HBITMAP* phBitmap) override;
565 HRESULT STDMETHODCALLTYPE CMenuDeskBar::GetBitmap(THIS_ HBITMAP* phBitmap) in GetBitmap() function in CMenuDeskBar
133 STDMETHOD(GetBitmap)(THIS_ HBITMAP* phBitmap) PURE; in DECLARE_INTERFACE_() local145 #define IBanneredBar_GetBitmap(T,a) (T)->lpVtbl->GetBitmap(T,a)