IHolder::TrackResourceS method

Tracks the resource (string version).

Syntax


HRESULT TrackResourceS(
  [inconst 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 codeDescription
S_OK

The method completed successfully.

E_INVALIDARG

SResId is not a valid resource handle.

E_FAIL

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

ComSvcs.h

See also

IDispenserDriver
IDispenserManager
IHolder

 

 

Community Additions

ADD
Show: