Search found 2 matches

by jfneis
27 Nov 2012, 11:49
Forum: Firestreamer
Topic: Firestreamer and Win32 API: CreateFile and PrepareFile
Replies: 2
Views: 7773

Re: Firestreamer and Win32 API: CreateFile and PrepareFile

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
by jfneis
27 Nov 2012, 01:15
Forum: Firestreamer
Topic: Firestreamer and Win32 API: CreateFile and PrepareFile
Replies: 2
Views: 7773

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 ...