IDispenserDriver interface (comsvcs.h)

Is called by the holder of the COM+ Resource Dispenser to create, enlist, evaluate, prepare, and destroy a resource.

Inheritance

The IDispenserDriver interface inherits from the IUnknown interface. IDispenserDriver also has these types of members:

Methods

The IDispenserDriver interface has these methods.

 
IDispenserDriver::CreateResource

Creates a resource.
IDispenserDriver::DestroyResource

Destroys a resource.
IDispenserDriver::DestroyResourceS

Destroys a resource (string resource version).
IDispenserDriver::EnlistResource

Enlists a resource in a transaction.
IDispenserDriver::RateResource

Evaluates how well a candidate resource matches.
IDispenserDriver::ResetResource

Prepares the resource to be put back into general or enlisted inventory.

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

See also

IDispenserManager