Using Windows 95, OEM System Release 2 Functionality

After you have determined that a system is running Windows 95, OEM Service Release 2 or later, you can attempt to use its functionality. Some functions can be called directly. For other functions, you need to call the LoadLibrary or LoadLibraryEx function to load the appropriate DLL file, then call the GetProcAddress function to obtain an address for the function.

Applications that attempt to use Windows 95, OEM System Release 2 functionality should be prepared to fall back to earlier Windows 95 functionality in order to maintain compatibility with earlier versions of Windows 95.