MgslGetParams


Prototype  
ULONG MgslGetParams( HANDLE hDevice,
                     PMGSL_PARAMS pParams );
Parameters  
hDevice
handle to open port
pParams
pointer to MGSL_PARAMS structure to receive current communications parameters
Return Value  
ERROR_SUCCESS (0)
parameters set successfully
ERROR_INVALID_PARAMETER
pParams pointer invalid
ERROR_INVALID_HANDLE
hDevice is invalid

This function returns the current configuration of the SyncLink adapter.

See also: MgslSetParams, Configuring the Port


Previous Contents Next