MgslGetPortConfigEx


Prototype  
ULONG MgslGetPortConfigEx( ULONG PortID,
                           PMGSL_PORT_CONFIG_EX pConfig );
Parameters  
PortID
Integer port identifier
pConfig
pointer to MGSL_PORT_CONFIG_EX structure which describes a SyncLink adapter hardware settings
Return Value  
ERROR_SUCCESS (0)
parameter set successful
ERROR_INVALID_PARAMETER
pConfig pointer invalid
ERROR_ACCESS_DENIED
current user does not have registry read access (NT Only)

Return a port's hardware settings in the MGSL_PORT_CONFIG_EX structure specified by pConfig.

The HDLC Ports control panel application controls the port configuration. This function allows custom applications to perform the same function.

See also: MgslSetPortConfigEx, Configuring the Port


Previous Contents Next