Hello everyone,
I'm trying to create a function in a TDI driver, to close a tcp/udp connection(less).
Initially, I tried the simpler option to close a udp connectionless, using the obdereferenceobject function and
passing the file_object (tditransportaddress) parameter that was created in irp_create. The result was
status_unsuccessful. Is this procedure wrong?
I'm trying to create a function in a TDI driver, to close a tcp/udp connection(less).
Initially, I tried the simpler option to close a udp connectionless, using the obdereferenceobject function and
passing the file_object (tditransportaddress) parameter that was created in irp_create. The result was
status_unsuccessful. Is this procedure wrong?