Platform SDK: TAPI

CMSPAddress::GetDynamicTerminalClasses

This method is called by our wrapper methods (see above) to get an array of dynamic terminal classes that can be used on this address. The semantics of the arguments are the same as for GetStaticTerminals. This method simply asks the Terminal Manager for the terminal classes. MSPs that implement additional, custom types of dynamic terminals, or that want to disallow the use of certain dynamic terminal classes from the Terminal Manager, would want to override this method.

virtual HRESULT GetDynamicTerminalClasses(
  DWORD *pdwNumClasses,
  IID *pTerminalClasses
);

Parameters

pdwNumClasses
[out] Pointer to number of dynamic terminals.
pTerminalClasses
[out] Pointer to array of ITTerminal interfaces.

See Also

CMSPAddress