IDispenserDriver::DestroyResourceS

This is same as DestroyResource, except that it takes a string SRESID.

HRESULT IDispenserDriver::DestroyResource (
constSRESID
SResId);

Parameters

SResId [in]
The resource that DispMan is asking resource dispenser to destroy.

Return Values

S_OK
Success.

E_NOTIMPL
For resource dispensers which do not support string SRESIDs.

E_FAIL
Failure.