Hi,
I need your precious time to help me to resolve this damn problem i have.
I want to get a pointer from an array of struct.
CODE :
[StructLayout(La youtKind.Sequen tial, CharSet = CharSet.Ansi, Pack = 1)]
unsafe public struct TECCPARAM
{
[MarshalAs(Unman agedType.ByValA rray, SizeConst = 64)]
unsafe public char[] ParamStr;
...