I
Isaac Muñoz Bringué
in VB6 you were able to use CeRegOpenKeyEx from RAPI.DLL thanks god to
StrPtr usage on parameters.
Now in 2004, with 2003, VB .NET is not able to call properly those alike
CeRegOpenKeyEx functions from RAPI.DLL, and neither a managed support from
MicroSoft is retrieved.
Seems that using C# (with more flexbile pointers support) maybe able to make
proper sucessful calls to
CeRegOpenKeyEx, and alike functions....but NOT?¿ must use C++ .NET to use
unmanaged stuff? is [DllImport statement from C#a pure crap?
Thanks, for reading this, and maybe someone can help me on this
StrPtr usage on parameters.
Now in 2004, with 2003, VB .NET is not able to call properly those alike
CeRegOpenKeyEx functions from RAPI.DLL, and neither a managed support from
MicroSoft is retrieved.
Seems that using C# (with more flexbile pointers support) maybe able to make
proper sucessful calls to
CeRegOpenKeyEx, and alike functions....but NOT?¿ must use C++ .NET to use
unmanaged stuff? is [DllImport statement from C#a pure crap?
Thanks, for reading this, and maybe someone can help me on this