COMDLG_FILTERSPEC structure (shtypes.h)
Used generically to filter elements.
Syntax
typedef struct _COMDLG_FILTERSPEC {
LPCWSTR pszName;
LPCWSTR pszSpec;
} COMDLG_FILTERSPEC;
Members
pszName
Type: LPCWSTR
A pointer to a buffer that contains the friendly name of the filter.
pszSpec
Type: LPCWSTR
A pointer to a buffer that contains the filter pattern.
Requirements
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | shtypes.h |