IHolder::UntrackResourceS method (comsvcs.h)
Stops tracking a resource (string version).
Syntax
HRESULT UntrackResourceS(
[in] constSRESID __MIDL__IHolder0007,
[in] const BOOL __MIDL__IHolder0008
);
Parameters
[in] __MIDL__IHolder0007
The handle of the resource to stop tracking.
[in] __MIDL__IHolder0008
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. |
|
SResId is not a valid resource handle. |
|
The method failed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | comsvcs.h |