mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 06:04:52 +02:00
Add more description for type parameter for EFI_TAP_REWIND function prototype.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6057 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4e4b448bc5
commit
d04dc0272d
@ -142,6 +142,9 @@ EFI_STATUS
|
|||||||
@param This A pointer to the EFI_TAPE_IO_PROTOCOL instance.
|
@param This A pointer to the EFI_TAPE_IO_PROTOCOL instance.
|
||||||
@param Direction Direction and number of data blocks or filemarks to space over on media.
|
@param Direction Direction and number of data blocks or filemarks to space over on media.
|
||||||
@param Type Type of mark to space over on media.
|
@param Type Type of mark to space over on media.
|
||||||
|
The following Type marks are mandatory:
|
||||||
|
BLOCK type : 0
|
||||||
|
FILEMARK type : 1
|
||||||
|
|
||||||
@retval EFI_SUCCESS The media was successfully repositioned.
|
@retval EFI_SUCCESS The media was successfully repositioned.
|
||||||
@retval EFI_END_OF_MEDIA Beginning or end of media was reached before the
|
@retval EFI_END_OF_MEDIA Beginning or end of media was reached before the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user