MgslDlSetParams


Prototype
ULONG MgslDlSetParams( HANDLE hDevice,
                       PMGSL_DLPARAMS Params );
Parameters
Hdevice
handle to open port
Params
pointer to application initialized MGSL_DLPARAMS structure
Return Value
ERROR_SUCCESS
Parameters set successfully
ERROR_INVALID_PARAMETER
Params pointer or contents invalid
ERROR_INVALID_HANDLE
hDevice or Link is invalid

Configure a specified link instance. Some parameters do not take effect until the link instance is in a non-operational mode. See the MGSL_DLPARAMS structure reference for more details.


Previous Contents Next