subcalls.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
VioDeRegister (1.2)
Overview                                            Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_VIO
 
USHORT VioDeRegister(VOID)
 
The VioDeRegister function restores the functions of the default Vio
subsystem and releases any previously registered Vio subsystem. The function
restores the default Vio subsystem for all processes in the current screen
group.
 
Once a process registers a Vio subsystem, no other process in the screen
group may register a Vio subsystem until the default subsystem is restored.
Only the process registering a Vio subsystem may call the VioDeRegister
function to restore the default Vio subsystem.
 
This function has no parameters.
 
Return Value
 
The return value is zero if the function is successful. Otherwise, it is an
error value, which may be the following:
 
     ERROR_VIO_DEREGISTER
 
See Also
 
VioRegister