B.8.5.1 Opening a STREAMS Driver

Use the s_open function exported by WINSTRM.DLL to obtain a handle to a stream to an STREAMS transport driver. The path passed into the s_open call should be of the form \Driver\Streams\tname where tname is the name of the transport driver as defined in the streamtab structure. Note that a double \\ is necessary in a quoted C string.