Searched refs:NTGetModulePath (Results 1 – 4 of 4) sorted by relevance
147 NTGetModulePath(const char *,char *),
912 if ((NTGetModulePath(MagickCoreDLL,module_path) != MagickFalse) || in GetConfigurePaths()913 (NTGetModulePath(MagickCoreDebugDLL,module_path) != MagickFalse)) in GetConfigurePaths()929 if (NTGetModulePath("Magick.dll",module_path) != MagickFalse) in GetConfigurePaths()
767 if ((NTGetModulePath("CORE_RL_MagickCore_.dll",path) != MagickFalse) || in GetMagickModulePath()768 (NTGetModulePath("CORE_DB_MagickCore_.dll",path) != MagickFalse)) in GetMagickModulePath()
1019 MagickPrivate MagickBooleanType NTGetModulePath(const char *module,char *path) in NTGetModulePath() function