DiMgslDlSetParams


Prototype
NTSTATUS DiMgslDlSetParams( void* Handle,
                            PMGSL_DLPARAMS Params );
Parameters
Handle handle to open port
Params pointer to application initialized MGSL_DLPARAMS structure
Return Value
STATUS_SUCCESS Parameters set successfully
STATUS_INVALID_PARAMETER Params pointer or contents invalid
STATUS_INVALID_HANDLE Handle 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