GetImageConfigInformation function
Locates and returns the load configuration data of an image.
Syntax
BOOL GetImageConfigInformation( _In_ PLOADED_IMAGE LoadedImage, _Out_ PIMAGE_LOAD_CONFIG_DIRECTORY ImageConfigInformation );
Parameters
- LoadedImage [in]
-
A pointer to a LOADED_IMAGE structure that is returned from a call to MapAndLoad or ImageLoad.
- ImageConfigInformation [out]
-
A pointer to an IMAGE_LOAD_CONFIG_DIRECTORY64 structure that receives the configuration information.
Return value
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE. To retrieve extended error information, call GetLastError.
Remarks
The SetImageConfigInformation function locates and changes the load configuration data of an image.
All ImageHlp functions, such as this one, are single threaded. Therefore, calls from more than one thread to this function will likely result in unexpected behavior or memory corruption. To avoid this, you must synchronize all concurrent calls from more than one thread to this function.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012