Lines Matching refs:nPropID

288 	HRESULT GetThemeColor(int nPartID, int nStateID, int nPropID, COLORREF* pColor) const  in GetThemeColor()  argument
291 return ::GetThemeColor(m_hTheme, nPartID, nStateID, nPropID, pColor); in GetThemeColor()
294 HRESULT GetThemeMetric(HDC hDC, int nPartID, int nStateID, int nPropID, int* pnVal) const in GetThemeMetric() argument
297 return ::GetThemeMetric(m_hTheme, hDC, nPartID, nStateID, nPropID, pnVal); in GetThemeMetric()
300 …HRESULT GetThemeString(int nPartID, int nStateID, int nPropID, LPWSTR pszBuff, int cchMaxBuffChars… in GetThemeString() argument
303 return ::GetThemeString(m_hTheme, nPartID, nStateID, nPropID, pszBuff, cchMaxBuffChars); in GetThemeString()
306 HRESULT GetThemeBool(int nPartID, int nStateID, int nPropID, BOOL* pfVal) const in GetThemeBool() argument
309 return ::GetThemeBool(m_hTheme, nPartID, nStateID, nPropID, pfVal); in GetThemeBool()
312 HRESULT GetThemeInt(int nPartID, int nStateID, int nPropID, int* pnVal) const in GetThemeInt() argument
315 return ::GetThemeInt(m_hTheme, nPartID, nStateID, nPropID, pnVal); in GetThemeInt()
318 HRESULT GetThemeEnumValue(int nPartID, int nStateID, int nPropID, int* pnVal) const in GetThemeEnumValue() argument
321 return ::GetThemeEnumValue(m_hTheme, nPartID, nStateID, nPropID, pnVal); in GetThemeEnumValue()
324 HRESULT GetThemePosition(int nPartID, int nStateID, int nPropID, LPPOINT pPoint) const in GetThemePosition() argument
327 return ::GetThemePosition(m_hTheme, nPartID, nStateID, nPropID, pPoint); in GetThemePosition()
331 HRESULT GetThemeFont(int nPartID, HDC hDC, int nStateID, int nPropID, LOGFONTW* pFont) const in GetThemeFont() argument
335 return ::GetThemeFont(m_hTheme, hDC, nPartID, nStateID, nPropID, pFont); in GetThemeFont()
338 return ::GetThemeFont(m_hTheme, hDC, nPartID, nStateID, nPropID, (LOGFONT*)pFont); in GetThemeFont()
342 HRESULT GetThemeFont(HDC hDC, int nPartID, int nStateID, int nPropID, LOGFONTW* pFont) const in GetThemeFont() argument
346 return ::GetThemeFont(m_hTheme, hDC, nPartID, nStateID, nPropID, pFont); in GetThemeFont()
349 return ::GetThemeFont(m_hTheme, hDC, nPartID, nStateID, nPropID, (LOGFONT*)pFont); in GetThemeFont()
353 HRESULT GetThemeRect(int nPartID, int nStateID, int nPropID, LPRECT pRect) const in GetThemeRect() argument
356 return ::GetThemeRect(m_hTheme, nPartID, nStateID, nPropID, pRect); in GetThemeRect()
359 …HRESULT GetThemeMargins(HDC hDC, int nPartID, int nStateID, int nPropID, LPRECT pRect, PMARGINS pM… in GetThemeMargins() argument
362 return ::GetThemeMargins(m_hTheme, hDC, nPartID, nStateID, nPropID, pRect, pMargins); in GetThemeMargins()
365 HRESULT GetThemeIntList(int nPartID, int nStateID, int nPropID, INTLIST* pIntList) const in GetThemeIntList() argument
368 return ::GetThemeIntList(m_hTheme, nPartID, nStateID, nPropID, pIntList); in GetThemeIntList()
371 …HRESULT GetThemePropertyOrigin(int nPartID, int nStateID, int nPropID, enum PROPERTYORIGIN* pOrigi… in GetThemePropertyOrigin() argument
374 return ::GetThemePropertyOrigin(m_hTheme, nPartID, nStateID, nPropID, pOrigin); in GetThemePropertyOrigin()
377 …HRESULT GetThemeFilename(int nPartID, int nStateID, int nPropID, LPWSTR pszThemeFileName, int cchM… in GetThemeFilename() argument
380 …return ::GetThemeFilename(m_hTheme, nPartID, nStateID, nPropID, pszThemeFileName, cchMaxBuffChars); in GetThemeFilename()
448 …HRESULT GetThemeTransitionDuration(int nPartID, int nFromStateID, int nToStateID, int nPropID, DWO… in GetThemeTransitionDuration() argument
451 …return ::GetThemeTransitionDuration(m_hTheme, nPartID, nFromStateID, nToStateID, nPropID, &dwDurat… in GetThemeTransitionDuration()
457 HRESULT GetThemeBitmap(int nPartID, int nStateID, int nPropID, ULONG uFlags, HBITMAP& hBitmap) in GetThemeBitmap() argument
460 return ::GetThemeBitmap(m_hTheme, nPartID, nStateID, nPropID, uFlags, &hBitmap); in GetThemeBitmap()
463 …HRESULT GetThemeStream(int nPartID, int nStateID, int nPropID, VOID** ppvStream, DWORD* pcbStream,… in GetThemeStream() argument
466 return ::GetThemeStream(m_hTheme, nPartID, nStateID, nPropID, ppvStream, pcbStream, hInstance); in GetThemeStream()