|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| winnt.h
| Unicode
| No
| Platform Notes
| None
|
|
|
TAPE_WRITE_MARKS
The TAPE_WRITE_MARKS structure describes the type and number of tapemarks to write.
typedef struct _TAPE_WRITE_MARKS { // twm
ULONG Type;
ULONG Count;
} TAPE_WRITE_MARKS;
Members
Type
Specifies the type of tapemark to write. This member can be one of the
following values:
Value
| Description
| TAPE_LONG_FILEMARKS
| Writes long filemarks.
| TAPE_SEQUENTIAL_FILEMARKS
| Writes sequential filemarks.
| TAPE_SETMARKS
| Writes setmarks.
| TAPE_SHORT_FILEMARKS
| Writes short filemarks.
|
Count
Specifies the number of tapemarks to write.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|