Previous: 4.74.2.21. GetTime procedure To the Table of Contents Next: 4.74.2.23. Intr procedure
4.74.2.21. GetTime procedure Table of Contents 4.74.2.23. Intr procedure

- 4.74.2.22. -
Table of Contents
4. Standard Units
4.74. WinDos - MS-DOS function emulation for OS/2 and Win32
4.74.2. WinDos Unit Procedures and Functions
4.74.2.22. GetVerify procedure


4.74.2.22. GetVerify procedure

Targets: MS-DOS, OS/2, Win32


Dos Unit, WinDos Unit

Returns the state of the verify flag in DOS.

Declaration:
procedure GetVerify(var State: Boolean);
Remarks:
State is True if the DOS verify flag is enabled, otherwise false.

With the DOS verify flag enabled, all output to disk is verified to ensure data integrity. Otherwise, all output is not verified. To set the status of the DOS verify flag, use SetVerify.

Win32 target:
GetVerify not changes the State variable, since this service is not provided by Windows API.


Previous: 4.74.2.21. GetTime procedure To the Table of Contents Next: 4.74.2.23. Intr procedure
4.74.2.21. GetTime procedure Table of Contents 4.74.2.23. Intr procedure

- 4.74.2.22. -