| ComputerDictionaries.org Computer terms spelled out... |
|
|
|
|
Dictionaries by Category
High-Tech News
|
| Definition Of: |
IMAGEHLP DUPLICATE SYMBOL
typedef struct _IMAGEHLP_DUPLICATE_SYMBOL {
DWORD SizeOfStruct; DWORD NumberOfDups; PIMAGEHLP_SYMBOL Symbol; ULONG SelectedSymbol; } IMAGEHLP_DUPLICATE_SYMBOL, *PIMAGEHLP_DUPLICATE_SYMBOL;
Members
SizeOfStruct
The caller must set this to sizeof(IMAGEHLP_DUPLICATE_SYMBOL).
NumberOfDups
The number of duplicate symbols.
Symbol
A pointer to an array of symbols. There are NumberOfDups entries in the array.
SelectedSymbol
The index into the symbol array for the selected symbol.
|
| |
Software INDEX:
List of Terms: Terms beginning with "A", Page 1 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 A: Page 1 of 16.
|
|
|
|
|
|
 |
|
|
|
|
| Copyright 2008, ComputerDictionaries.org. All rights reserved. |
|
|