G
Guest
Hi,
I want to do an unmanaged call to an DLL
Unmanaged code(dll) function: int myfunc (char* temp)
Here return int type determines the Success.
After execution of the function temp will contain an value
How to do the unmanaged call to this function from c# and later how to
retrieve the value from temp, which hold a string value.
thanks in Advance,
Murthy
I want to do an unmanaged call to an DLL
Unmanaged code(dll) function: int myfunc (char* temp)
Here return int type determines the Success.
After execution of the function temp will contain an value
How to do the unmanaged call to this function from c# and later how to
retrieve the value from temp, which hold a string value.
thanks in Advance,
Murthy