A Study of the BindImageEx (411 words, 1 pages)
The BindImageEx function computes the virtual address of each function that is imported. This function supersedes the BindImage function. Use BindImageEx to provide a status routine or flags to control the image binding. BOOL BindImageEx( DWORD Flags, PSTR ImageName, PSTR DllPath, PSTR SymbolPath, PIMAGEHLPSTATUSROUTINE StatusRoutine )ParametersFlags in Specifies the behavior ...
Read More