Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | shtypes.h |