HTHEME           3293 third_party/wtl/include/atlctrlw.h 	typedef HTHEME (STDAPICALLTYPE *PFN_OpenThemeData)(HWND hwnd, LPCWSTR pszClassList);
HTHEME           3294 third_party/wtl/include/atlctrlw.h 	typedef HRESULT (STDAPICALLTYPE *PFN_CloseThemeData)(HTHEME hTheme);
HTHEME           3295 third_party/wtl/include/atlctrlw.h 	typedef HRESULT (STDAPICALLTYPE *PFN_DrawThemeBackground)(HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect, OPTIONAL const RECT *pClipRect);
HTHEME           3299 third_party/wtl/include/atlctrlw.h 	HTHEME m_hTheme;
HTHEME            102 third_party/wtl/include/atltheme.h 	HTHEME m_hTheme;
HTHEME            106 third_party/wtl/include/atltheme.h 	CTheme(HTHEME hTheme = NULL) : m_hTheme(hTheme)
HTHEME            117 third_party/wtl/include/atltheme.h 	CTheme& operator =(HTHEME hTheme)
HTHEME            123 third_party/wtl/include/atltheme.h 	operator HTHEME() const
HTHEME            128 third_party/wtl/include/atltheme.h 	void Attach(HTHEME hTheme)
HTHEME            133 third_party/wtl/include/atltheme.h 	HTHEME Detach()
HTHEME            135 third_party/wtl/include/atltheme.h 		HTHEME hTheme = m_hTheme;
HTHEME            169 third_party/wtl/include/atltheme.h 	HTHEME OpenThemeData(HWND hWnd, LPCWSTR pszClassList)
HTHEME            423 third_party/wtl/include/atltheme.h 	HTHEME OpenThemeDataEx(HWND hWnd, LPCWSTR pszClassList, DWORD dwFlags)
HTHEME            483 third_party/wtl/include/atltheme.h inline bool AtlDrawThemeClientEdge(HTHEME hTheme, HWND hWnd, HRGN hRgnUpdate = NULL, HBRUSH hBrush = NULL, int nPartID = 0, int nStateID = 0)
HTHEME            617 third_party/wtl/include/atltheme.h 	HTHEME OpenThemeData()
HTHEME            628 third_party/wtl/include/atltheme.h 	HTHEME OpenThemeData(LPCWSTR pszClassList)
HTHEME            645 third_party/wtl/include/atltheme.h 	HTHEME GetWindowTheme() const