DTT_CALLBACK_PROC typedef

DTT_CALLBACK_PROC = Int32 Function(HDC hdc, LPWSTR pszText, Int32 cchText, Pointer<RECT> prc, UINT dwFlags, LPARAM lparam)

Application-defined callback function used with the DrawThemeTextEx function. This function is used instead of DrawText.

Implementation

typedef DTT_CALLBACK_PROC = Int32 Function(HDC hdc, LPWSTR pszText,
    Int32 cchText, Pointer<RECT> prc, UINT dwFlags, LPARAM lparam);