cCall [pPortGetCommConfig], <hPort, <OFFSET32 dcbPort, \
<OFFSET32 dwSize>>
or eax, eax
jz error_handler
Called by the _VCOMM_GetCommConfig service to get the Win32 device control block (_DCB) of a port. Uses the C calling convention. Fills the dcbPort buffer with the Win32 DCB and fills dwSize with the size of the Win32 DCB. If dwSize is less than the size of the port's Win32 DCB structure on entry, the function does not copy the DCB into the buffer and returns FALSE.
_DCB, _PORTINFORMATION, PortOpen, _VCOMM_GetCommConfig