8 #define WIN32_NO_STATUS 26 #define EnableDlgItem(hDlg, nID, bEnable) \ 27 EnableWindow(GetDlgItem((hDlg), (nID)), (bEnable)) 65 #define ResetFontPreview(Preview) \ 66 UpdateFontPreview((Preview), NULL, 0, 0) 105 IN BOOL BisectRightOrLeft);
112 IN BOOL BisectRightOrLeft);
INT(* PLIST_GETCOUNT)(IN struct _LIST_CTL *ListCtl)
VOID UpdateFontPreview(IN FONT_PREVIEW *Preview, IN HFONT hFont, IN UINT CharWidth, IN UINT CharHeight)
struct _LIST_CTL LIST_CTL
VOID ApplyConsoleInfo(HWND hwndDlg)
UINT BisectListSortedByValueEx(IN PLIST_CTL ListCtl, IN ULONG_PTR Value, IN UINT itemStart, IN UINT itemEnd, OUT PUINT pValueItem OPTIONAL, IN BOOL BisectRightOrLeft)
BOOL UnRegisterWinPrevClass(IN HINSTANCE hInstance)
ULONG_PTR(* PLIST_GETDATA)(IN struct _LIST_CTL *ListCtl, IN INT Index)
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _Out_opt_ PUSHORT _Inout_opt_ PUNICODE_STRING Value
_In_ WDFCOLLECTION _In_ ULONG Index
struct _LIST_CTL * PLIST_CTL
enum _TEXT_TYPE TEXT_TYPE
struct _FONT_PREVIEW FONT_PREVIEW
VOID RefreshFontPreview(IN FONT_PREVIEW *Preview, IN PCONSOLE_STATE_INFO pConInfo)
static DWORD *static HFONT(WINAPI *pCreateFontIndirectExA)(const ENUMLOGFONTEXDVA *)
PCONSOLE_STATE_INFO ConInfo
UINT BisectListSortedByValue(IN PLIST_CTL ListCtl, IN ULONG_PTR Value, OUT PUINT pValueItem OPTIONAL, IN BOOL BisectRightOrLeft)
BOOL RegisterWinPrevClass(IN HINSTANCE hInstance)
VOID PaintText(IN LPDRAWITEMSTRUCT drawItem, IN PCONSOLE_STATE_INFO pConInfo, IN TEXT_TYPE TextMode)
PULONG MinorVersion OPTIONAL