Hi Everyone

I am new to VB.net i have to send the values in to DLL

My DLL format is like this

API seed2key (char* in, BYTE* key)

How can i use this function in my vb application

Can anyone help me to resolve this issue