Searched defs:NTGetLibrarySymbol (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dnt-base.c972 % NTGetLibrarySymbol() retrieve the procedure address of the method
975 % The format of the NTGetLibrarySymbol method is:
977 % void *NTGetLibrarySymbol(void *handle,const char *name)
986 void *NTGetLibrarySymbol(void *handle,const char *name)
1872 getErrorMode=(GETERRORMODE) NTGetLibrarySymbol(handle,"GetErrorMode");
2531 module=(LPFNDLLFUNC2) NTGetLibrarySymbol(handle,"GlobalMemoryStatusEx");
967 void *NTGetLibrarySymbol(void *handle,const char *name) function

Completed in 85 milliseconds