Platform SDK: TAPI |
The TSPI LINE_CREATEDIALOGINSTANCE message causes TAPI to create an association between the service provider and an instance of the TUISPI_providerGenericDialog function executing in the context of the application that invoked the asynchronous TSPI function identified by the dwRequestID parameter of the TUISPICREATEDIALOGINSTANCEPARAMS structure pointed to by lpTUISPICreateDialogInstanceParams.
LINE_CREATEDIALOGINSTANCE htLine = (DWORD) hProvider; htCall = (DWORD) 0; dwMsg = LINE_CREATEDIALOGINSTANCE; dwParam1 = (DWORD) lpTUISPICreateDialogInstanceParams; dwParam2 = (DWORD) 0; dwParam3 = (DWORD) 0;
Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
Windows 95/98: Requires Windows 95 or later.
Version: Requires TAPI 2.0 or later.
Header: Declared in Tspi.h.