reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
294 if (Info.MultiUsers || Info.OneUser) { 294 if (Info.MultiUsers || Info.OneUser) { 295 Info.IsCandidate = false; 296 Info.MultiUsers = true; 299 Info.OneUser = true; 303 Info.Type = MCLOH_AdrpLdr; 304 Info.IsCandidate = true; 305 Info.MI0 = &MI; 309 Info.Type = MCLOH_AdrpAddStr; 310 Info.IsCandidate = true; 311 Info.MI0 = &MI; 312 Info.MI1 = nullptr; 314 Info.Type = MCLOH_AdrpAdd; 315 Info.IsCandidate = true; 316 Info.MI0 = &MI; 320 Info.Type = MCLOH_AdrpLdrGot; 321 Info.IsCandidate = true; 322 Info.MI0 = &MI;