Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Do not use. Used by the IMimeEnumHeaderRows interface to enumerate the rows in an IMimeHeaderTable object.
Syntax
typedef struct tagENUMHEADERROW {
HHEADERROW hRow;
LPSTR pszHeader;
LPSTR pszData;
ULONG cchData;
DWORD_PTR dwReserved;
} ENUMHEADERROW, *LPENUMHEADERROW;
Members
-
hRow
-
Type: HHEADERROW
-
Contains the handle of this row in the IMimeHeaderTable object.
-
pszHeader
-
Type: LPSTR
-
Contains the name of the header for this row.
-
pszData
-
Type: LPSTR
-
Contains the data for this row.
-
cchData
-
Type: ULONG
-
Contains the number of characters in pszData.
-
dwReserved
-
Type: DWORD_PTR
-
Do not use.
Requirements
| Minimum supported client |
Windows XP [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| Product |
Outlook Express 6.0 |
| Header |
|
| IDL |
|