IHolder::UntrackResource method
Stops tracking a resource.
Syntax
HRESULT UntrackResource( [in] const RESID ResId, [in] const BOOL fDestroy );
Parameters
- ResId [in]
-
The handle of the resource to stop tracking.
- fDestroy [in]
-
If TRUE, caller is requesting that the resource be destroyed, by calling IDispenserDriver::DestroyResource. If FALSE, caller destroys the resource.
Return value
This method can return the following values.
| Return code | Description |
|---|---|
|
The method completed successfully. |
|
ResId is not a valid resource handle. |
|
The method failed. |
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Community Additions
ADD
Show: