GetDispenserManager function (mtxdm.h)

Retrieves the dispenser manager's IDispenserManager interface.

Syntax

HRESULT GetDispenserManager(
  [out] IDispenserManager **unnamedParam1
);

Parameters

[out] unnamedParam1

A pointer to the location that receives the IDispenserManager interface pointer.

Return value

If the method succeeds, the return value is S_OK. Otherwise, it is E_FAIL.

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 mtxdm.h
Library MtxDM.lib
DLL MtxDM.dll

See also

IDispenserManager