35 lines
366 B
C
35 lines
366 B
C
/*++
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
vrmisc.h
|
|
|
|
Abstract:
|
|
|
|
Contains function prototypes for Vdm Redir miscellaneous routines
|
|
|
|
Author:
|
|
|
|
Richard L Firth (rfirth) 01-Oct-1991
|
|
|
|
Revision History:
|
|
|
|
01-Oct-1991 rfirth
|
|
Created
|
|
|
|
--*/
|
|
|
|
|
|
|
|
VOID
|
|
VrTerminateDosProcess(
|
|
VOID
|
|
);
|
|
|
|
VOID
|
|
VrUnsupportedFunction(
|
|
VOID
|
|
);
|