Skip to content

Latest commit

 

History

History
61 lines (51 loc) · 1.92 KB

nf-microsoft-ui-xaml-hosting-referencetracker-ireferencetrackermanager-findtrackertargetscompleted.md

File metadata and controls

61 lines (51 loc) · 1.92 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:microsoft.ui.xaml.hosting.referencetracker.IReferenceTrackerManager.FindTrackerTargetsCompleted
winuicominterop
IReferenceTrackerManager::FindTrackerTargetsCompleted
09/10/2021
Windows
Indicates that a garbage collection system has finished making all the calls it needs to IReferenceTracker::FindTrackerTargets (by this time, XAML has pegged all reference tracker targets that it wants to protect).
false
function
microsoft.ui.xaml.hosting.referencetracker.h
Windows 10, version 1809 (with Windows App SDK 0.5 or later)
apiref
COM
microsoft.ui.xaml.hosting.referencetracker.h
IReferenceTrackerManager::FindTrackerTargetsCompleted
IReferenceTrackerManager::FindTrackerTargetsCompleted
microsoft.ui.xaml.hosting.referencetracker/IReferenceTrackerManager::FindTrackerTargetsCompleted
c++

-description

Indicates that a garbage collection system has finished making all the calls it needs to IReferenceTracker::FindTrackerTargets (by this time, XAML has pegged all reference tracker targets that it wants to protect).

-parameters

-param findFailed [in]

True, if failed allocations are included. Otherwise, false.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

This marks the end of the foreground garbage collection. At this point background garbage collection will run on a separate thread.

-see-also