M
Marina
The function is declared as :
void WINAPI AIEncrypt( LPSTR sReadable, LPSTR sEncrypted )
What is the correct way to declare the function in VB.NET, and then what is
the right way to call it? The function encrypts the first string, and stores
the encrypted version in the second parameter.
void WINAPI AIEncrypt( LPSTR sReadable, LPSTR sEncrypted )
What is the correct way to declare the function in VB.NET, and then what is
the right way to call it? The function encrypts the first string, and stores
the encrypted version in the second parameter.