SYMBOLINFO structure
Do not use. Specifies a name for a symbol.
Syntax
typedef struct tagSYMBOLINFO {
SYMBOLYTPE tySymbol;
LPCSTR pszName;
DWORD dwValue;
} SYMBOLINFO, *LPSYMBOLINFO;
Members
-
tySymbol
-
Type: SYMBOLYTPE
-
The type of the symbol.
-
pszName
-
Type: LPCSTR
-
A string that represents the name of the symbol.
-
dwValue
-
Type: DWORD
-
The value of the symbol represented as a DWORD.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |