13#define DECLARE_COLUMN_PRESET(_name, _size, _state, _align) \
14 { IDS_TAB_##_name, IDC_##_name, _size, _state, _align },
45static int InsertColumn(
int nCol,
LPCWSTR lpszColumnHeading,
int nFormat,
int nWidth,
int nSubItem);
84 column.iSubItem = nSubItem;
114 hditem.pszText =
text;
115 hditem.cchTextMax = 260;
202 hditem.pszText =
text;
203 hditem.cchTextMax = 260;
#define IDD_COLUMNS_DIALOG
const PresetColumnEntry ColumnPresets[COLUMN_NMAX]
void SaveColumnSettings(void)
INT_PTR CALLBACK ColumnsDialogWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
static int InsertColumn(int nCol, LPCWSTR lpszColumnHeading, int nFormat, int nWidth, int nSubItem)
#define DECLARE_COLUMN_PRESET(_name, _size, _state, _align)
void ProcessPage_OnViewSelectColumns(void)
UINT ColumnDataHints[COLUMN_NMAX]
void UpdateColumnDataHints(void)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
HWND hProcessPageHeaderCtrl
HWND hProcessPageListCtrl
#define HDM_SETORDERARRAY
#define ListView_InsertColumn(hwnd, iCol, pcol)
#define ListView_DeleteColumn(hwnd, iCol)
#define HDM_GETORDERARRAY
#define Header_GetItemCount(hwndHD)
_Check_return_ _CRTIMP int __cdecl _wcsicmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
int ColumnSizeArray[COLUMN_NMAX]
int ColumnOrderArray[COLUMN_NMAX]
BOOL Columns[COLUMN_NMAX]
TASKMANAGER_SETTINGS TaskManagerSettings
_In_ WDFCOLLECTION _In_ ULONG Index
BOOL WINAPI CheckDlgButton(_In_ HWND, _In_ int, _In_ UINT)
int WINAPI LoadStringW(_In_opt_ HINSTANCE hInstance, _In_ UINT uID, _Out_writes_to_(cchBufferMax, return+1) LPWSTR lpBuffer, _In_ int cchBufferMax)
#define DialogBoxW(i, t, p, f)
UINT WINAPI IsDlgButtonChecked(_In_ HWND, _In_ int)
#define MAKEINTRESOURCEW(i)
LRESULT WINAPI SendMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
BOOL WINAPI EndDialog(_In_ HWND, _In_ INT_PTR)