Searched refs:module_path (Results 1 – 1 of 1) sorted by relevance
1027 TCHAR module_path[MAX_PATH]; in GetSamplesDir() local1033 if (GetModuleFileName(NULL, module_path, MAX_PATH)) in GetSamplesDir()1035 pathname = module_path; in GetSamplesDir()1051 TCHAR module_path[MAX_PATH]; in GetStudioInstallFolder() local1053 if (GetModuleFileName(NULL, module_path, MAX_PATH)) in GetStudioInstallFolder()1055 root_path = module_path; in GetStudioInstallFolder()