Why OpenVxDHandle Is Not Contained in Kernel32.lib
Article ID: 141131
Article Last Modified on 5/24/2004
APPLIES TO
- Microsoft Win32 Device Driver Kit for Windows 2000
This article was previously published under Q141131
The Kernel32.lib file in the combined Windows 95 or Windows NT Win32 SDK
does not contain the OpenVxDHandle function because this function is
specific to Windows 95 only. You can use LoadLibrary and GetProcAddress to
obtain the address of the OpenVxDHandle function in order to perform
dynamic linking from an application.
For more information on OpenVxDHandle see the Windows 95 DDK.
Additional query words: 4.00 kbinf
Keywords: KB141131