Searched refs:w_module (Results 1 – 1 of 1) sorted by relevance
560 wchar_t w_module[MAX_PATH]; in RegisterMe() local561 MultiByteToWideChar(CP_ACP, 0, module, -1, w_module, MAX_PATH); in RegisterMe()564 if (LoadTypeLib(w_module, &typelib) != S_OK) in RegisterMe()573 if (RegisterTypeLib(typelib, w_module, NULL) != S_OK) in RegisterMe()