DosOpenVDD opens a virtual device driver, and returns a handle for it.

If pszVDD specifies the name of an OS/2 virtual device driver, the returned handle allows an OS/2 protected-mode application to communicate with a virtual device driver by issuing DosRequestVDD.

Issue DosCloseVDD to close the handle of the virtual device driver.


[Back] [Next]