This function removes a stream from the system.
#include <os2.h> HSTREAM hstream; /* Stream handle. */ ULONG rc; /* Return codes. */ rc = SpiDestroyStream(hstream);