ITPluggableTerminalInitialization::InitializeDynamic method (termmgr.h)
The InitializeDynamic method performs primary terminal object creation for the pluggable terminal.
Syntax
HRESULT InitializeDynamic(
[in] IID iidTerminalClass,
[in] DWORD dwMediaType,
[in] TERMINAL_DIRECTION Direction,
[in] MSP_HANDLE htAddress
);
Parameters
[in] iidTerminalClass
The IID_ for the class of the terminal being initialized.
[in] dwMediaType
ORed list of the media types supported by the terminal.
[in] Direction
The TERMINAL_DIRECTION descriptor for the terminal.
[in] htAddress
MSP handle for the address to associate with the terminal being created.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | termmgr.h |
Library | Uuid.lib |
DLL | Tapi3.dll |