GetDispenserManager function

Retrieves the dispenser manager's IDispenserManager interface.

Syntax


HRESULT __cdecl GetDispenserManager(
  _Out_ IDispenserManager **ppIDispenserManager
);

Parameters

ppIDispenserManager [out]

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

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

MtxDM.h

Library

MtxDM.lib

DLL

MtxDM.dll

See also

IDispenserManager

 

 

Community Additions

ADD
Show: