
VMPAGES.386

This VxD demonstrates how to export a VxD service (in this case 
_GetVMPgCount), to an application.

VMPGS.EXE is a simple MS-DOS application that calls the exported 
VxD service.  It is so simple that it doesn't even report the
value returned by the VxD; you must run it under a debugger that
traps INT 01 (such as WDEB386) in order to see the results.

