G
Guest
1, Use API function in VB.net
This is head file in C:
int WINAPI SsmGetAutoCallDirection(int ch, int* pnDirection);
2, I can run the code in VB6 like this:
Public Declare Function SsmGetAutoCallDirection Lib "SHP_A3.dll" (ByVal ch As Long, ByRef pnDirection As Long) As Long
3,I can't run the code in Vb.net
Help me please!!!!
This is head file in C:
int WINAPI SsmGetAutoCallDirection(int ch, int* pnDirection);
2, I can run the code in VB6 like this:
Public Declare Function SsmGetAutoCallDirection Lib "SHP_A3.dll" (ByVal ch As Long, ByRef pnDirection As Long) As Long
3,I can't run the code in Vb.net
Help me please!!!!