Searched refs:NTGetModulePath (Results 1 – 4 of 4) sorted by relevance
144 NTGetModulePath(const char *,char *),
928 if ((NTGetModulePath(MagickCoreDLL,module_path) != MagickFalse) || in GetConfigurePaths()929 (NTGetModulePath(MagickCoreDebugDLL,module_path) != MagickFalse)) in GetConfigurePaths()945 if (NTGetModulePath("Magick.dll",module_path) != MagickFalse) in GetConfigurePaths()
772 if ((NTGetModulePath("CORE_RL_MagickCore_.dll",path) != MagickFalse) || in GetMagickModulePath()773 (NTGetModulePath("CORE_DB_MagickCore_.dll",path) != MagickFalse)) in GetMagickModulePath()
1002 MagickPrivate MagickBooleanType NTGetModulePath(const char *module,char *path) in NTGetModulePath() function