Why OpenVxDHandle Is Not Contained in Kernel32.lib (141131)



The information in this article applies to:

  • Microsoft Win32 Device Driver Kit (DDK) Windows 95

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.

Modification Type:MinorLast Reviewed:5/24/2004
Keywords:KB141131