G
Guest
sorry i am poor in English.
i am trying to call functions from a "dll"(maybe developed in C++), there is
a struct in this function,which is defined like this:
typedef struct{
..........
BYTE * BS[5];
..........
}DBDIS;
this struct is used as parameter in some functions,and in fact every element
in this array is char*,it's a pointer to the first character in a string.
my problem:how can i pass char* or string to this array in C#
thanks.
i am trying to call functions from a "dll"(maybe developed in C++), there is
a struct in this function,which is defined like this:
typedef struct{
..........
BYTE * BS[5];
..........
}DBDIS;
this struct is used as parameter in some functions,and in fact every element
in this array is char*,it's a pointer to the first character in a string.
my problem:how can i pass char* or string to this array in C#
thanks.