| Determining Whether An API Function Exists As Microsoft releases updates to there operating systems some API function become obsolete. You can programmatically check whether an API function exists by using the function below Public
Declare Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA"
(ByVal lpLibFileName As String) As Long If True is returns the function exists and False if it doesn't exist |
___________________________________________ Send Bugs, comments to the webmaster at webmaster@mwe.8m.com © 1999 MW Software, all rights reserved |