TAPE_PREPARE structure (winnt.h)
The TAPE_PREPARE structure describes how to prepare the tape.
Syntax
typedef struct _TAPE_PREPARE {
DWORD Operation;
BOOLEAN Immediate;
} TAPE_PREPARE, *PTAPE_PREPARE;
Members
Operation
Tape preparation option. This member must be one of the following values.
Immediate
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | winnt.h (include Windows.h) |