lineConfigProvider function (tapi.h)
The lineConfigProvider function causes a service provider to display its configuration dialog box.
Syntax
LONG lineConfigProvider(
HWND hwndOwner,
DWORD dwPermanentProviderID
);
Parameters
hwndOwner
Handle to a window to which the configuration dialog box (displayed by TSPI_providerConfig) is attached. Can be NULL to indicate that any window created during the function should have no owner window.
dwPermanentProviderID
Permanent provider identifier of the service provider to be configured.
Return value
Returns zero if the request succeeds or a negative error number if an error occurs. Possible return values are:
LINEERR_INIFILECORRUPT, LINEERR_NOMEM, LINEERR_INVALPARAM, LINEERR_OPERATIONFAILED.
Remarks
This is basically a straight pass-through to TSPI_providerConfig.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi.h |
Library | Tapi32.lib |
DLL | Tapi32.dll |