Thank you John.
I'll try to load the tape in the tape drive via Firestreamer API and then use the regular Win32 API methods to write to it.
Thank you in advance.
Filipe
Search found 2 matches
- 27 Nov 2012, 11:49
- Forum: Firestreamer
- Topic: Firestreamer and Win32 API: CreateFile and PrepareFile
- Replies: 2
- Views: 34896
- 27 Nov 2012, 01:15
- Forum: Firestreamer
- Topic: Firestreamer and Win32 API: CreateFile and PrepareFile
- Replies: 2
- Views: 34896
Firestreamer and Win32 API: CreateFile and PrepareFile
Hi all, I'm trying to use Firestreamer as a way to facilitate the development of a backup feature in our software, so I don't need to use a real tape library every time. To develop this feature, I'm using two main Windows API methods until now: CreateFile and PrepareTape of the windows API. Well, I ...