IHolder::UntrackResourceS

This is same as UntrackResource except that it takes a string.

HRESULT IHolder::UntrackResource (
constSRESID
SResId,
const BOOL
fDestroy);

Parameters

SResId [in]
The handle of the resource to stop tracking.

fDestroy [in]
If TRUE, caller is requesting the resource be destroyed, by calling IDispenserDriver::DestroyResource. If FALSE, caller will destroy the resource.