| ComputerDictionaries.org Computer terms spelled out... |
|
|
|
|
Dictionaries by Category
High-Tech News
|
| Definition Of: |
IMAGEHLP DEFERRED SYMBOL LOAD
typedef struct _IMAGEHLP_DEFERRED_SYMBOL_LOAD {
DWORD SizeOfStruct; DWORD BaseOfImage; DWORD CheckSum; DWORD TimeDateStamp; CHAR FileName[MAX_PATH]; } IMAGEHLP_DEFERRED_SYMBOL_LOAD, *PIMAGEHLP_DEFERRED_SYMBOL_LOAD;
Members
SizeOfStruct
The caller must set this to sizeof(IMAGEHLP_DEFERRED_SYMBOL_LOAD).
BaseOfImage
The base virtual address where the image is loaded.
CheckSum
The computed checksum of the image. This value can be zero.
TimeDateStamp
The date and time stamp value. This value is in ctime format.
FileName
The image name. The name may or may not contain a full path.
|
| |
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. |
|
|