SYMBOLTABLE structure

Do not use. Specifies a set of symbols.

Syntax

typedef struct tagSYMBOLTABLE {
  DWORD      cSymbols;
  SYMBOLINFO rgSymbol[32];
} SYMBOLTABLE, *LPSYMBOLTABLE;

Members

cSymbols

Type: DWORD

Number of SYMBOLINFO in the symbol array.

rgSymbol

Type: SYMBOLINFO[32]

Array of SYMBOLINFO.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0