Hi there,
for a VB-Project I want to wrap some API-Functions (e.g. GetComputerName, GetUserName), which come from different System-DLLs (here Kernel32.dll, Advapi32.dll), in _one_ wrapper DLL, and provide it for VB by a typelibrary. Of cause, I would like to keep the functionname, too.
I there a way to write this wrapper-dll, that function calls just passes to the right one?
--
Regards,
Carsten
for a VB-Project I want to wrap some API-Functions (e.g. GetComputerName, GetUserName), which come from different System-DLLs (here Kernel32.dll, Advapi32.dll), in _one_ wrapper DLL, and provide it for VB by a typelibrary. Of cause, I would like to keep the functionname, too.
I there a way to write this wrapper-dll, that function calls just passes to the right one?
--
Regards,
Carsten