ComputerDictionaries.org      Computer terms spelled out...
Home -› Software -› IMAGEHLP SYMBOL
Online dictionary
From all Dictionaries     Only from this Category
 

Dictionaries by Category


High-Tech News

Definition Of:

IMAGEHLP SYMBOL

Bible DictionaryWin32 API Glossary
typedef struct _IMAGEHLP_SYMBOL {

DWORD SizeOfStruct;
DWORD Address;
DWORD Size;
DWORD Flags;
DWORD MaxNameLength;
CHAR Name[1];
} IMAGEHLP_SYMBOL, *PIMAGEHLP_SYMBOL;


Members

SizeOfStruct

The caller must set this to sizeof(IMAGEHLP_SYMBOL).

Address

The virtual address for the symbol.

Size

The size of the symbol. This value is a best guess and can be zero.

Flags

A mask containing extra information about the symbol.

#define SYMF_OMAP_GENERATED 0x00000001
#define SYMF_OMAP_MODIFIED 0x00000002

MaxNameLength

The caller must set this value to the maximum length that the Name member can contain. Because symbol names can vary in length, this data structure is allocated by the caller. This member is used so IMAGEHLP knows how much memory is available for use by the symbol name.

Name

This is a null-terminated ASCII string containing either the decorated or undecorated symbol name. If the buffer is not large enough for the complete symbol, then the name is truncated to MaxNameLength length.



 

Software INDEX:

List of Terms: Terms beginning with "A", Page 1

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 3
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

A: Page 1 of 16.

ABC
ABCFLOAT
ACCEL
ACCESSTIMEOUT
ACCESS_ALLOWED_ACE
ACCESS_DENIED_ACE
ACCESS_MASK
ACE_HEADER
ACL
ACL_REVISION_INFORM...ACL_SIZE_INFORMATIO...ACTION_HEADER

Other Resources

Online Dictionary

WhatIs.com - Tech Dictionary & Encyclopedia

Webopedia

FOLDOC Computing Dictionary

IBM Terminology

Microsoft Glossary

HP Computing glossary

Oracle Glossary

Computer History Museum

FILExt - The File Extension Source

ComputerUser Dictionary


babylon
Home   |   Translation  |   Dictionary   |   About Us   |   Contact Us
ComputerDictionaries.org
  Powered by Babylon - Translation Software
Copyright 2008, ComputerDictionaries.org. All rights reserved.