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.
Do not use. Specifies the type of symbols being used.
Syntax
typedef enum tagSYMBOLTYPE {
SYMBOL_INVALID,
SYMBOL_COLUMN,
SYMBOL_DWORD,
SYMBOL_METHOD
} ACCESSTYPE;
Constants
-
SYMBOL_INVALID
-
Symbol type is invalid.
-
SYMBOL_COLUMN
-
Symbol type is column.
-
SYMBOL_DWORD
-
Symbol type is DWORD.
-
SYMBOL_METHOD
-
Symbol type is method, indicating the value of the SYMBOLINFO is a predefined method.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
IDL |
|