if (!hIcon && (GetWindowLongW( hwnd, GWL_STYLE ) & DS_MODALFRAME)) hIcon ... else { DWORD style = GetWindowLongW (hwnd, GWL_STYLE); NC_DrawCaptionBar (hdc, ...
確定! 回上一頁