Platform SDK: TAPI |
The TSPI LINE_SENDDIALOGINSTANCEDATA message causes TAPI to call the TUISPI_providerGenericDialogData function in the UI DLL associated with htDlgInst, passing it the parameter block pointed to by lpParams, of length dwSize.
LINE_SENDDIALOGINSTANCEDATA htLine = (DWORD) htDlgInst; htCall = (DWORD) 0; dwMsg = LINE_SENDDIALOGINSTANCEDATA; dwParam1 = (DWORD) lpParams; dwParam2 = (DWORD) dwSize; 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.
TUISPIDLLCALLBACK, TUISPI_providerGenericDialogData, LINE_CREATEDIALOGINSTANCE