Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Tracks the resource (string version).
Syntax
HRESULT TrackResourceS(
[in] constSRESID __MIDL__IHolder0004
);
Parameters
[in] __MIDL__IHolder0004
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
| 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 |