I'm getting the return value 0x38 from a lot of NetX services that don't document this value. Examples: nx_smtp_mail_send(), nx_tcp_socket_create(), nx_tcp_client_socket_bind()... I know that 0x38 return means NX_NOT_CONNECTED in some services, but I wonder why this value is returned from other services where it's not documented.
↧