Lines Matching refs:RegistrarPtr
47 typedef std::auto_ptr<Registrar> RegistrarPtr; typedef
51 … RegistrarPtr CreateRegistrar(bool InstallForAllUser, const RegistrationContextInformation& RegCtx) in CreateRegistrar()
53 RegistrarPtr RegPtr; in CreateRegistrar()
56 RegPtr = RegistrarPtr(new Registrar(RegCtx)); in CreateRegistrar()
58 RegPtr = RegistrarPtr(new UserRegistrar(RegCtx)); in CreateRegistrar()
71 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in query_preselect_registration_for_ms_application()
98 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in Register4MsDoc()
132 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in Unregister4MsDoc()
194 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in Unregister4MsDocAll()
214 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in RepairRegister4MsDocSettings()
231 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in IsRegisteredFor()