IHolder::TrackResourceS method
Tracks the resource (string version).
Syntax
HRESULT TrackResourceS( [in] const SRESID SResId );
Parameters
- SResId [in]
-
The handle of the resource to be tracked. The Resource Dispenser has already created this resource before calling TrackResourceS.
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. The resource has not been tracked. The likely cause is that the caller's transaction is aborting. |
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: