This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C2000-GANG: C2000-Gang burner provides dll usage problems

Part Number: C2000-GANG

[DllImport("C2000-Gang.dll", EntryPoint = "C2000GANG_Interactive_WriteWords_to_FLASH", ExactSpelling = false, CallingConvention = CallingConvention.StdCall)]
public static unsafe extern Int32 Interactive_WriteWords_to_FLASH( Int32 addr, Int32 size, Int16* data);

When C# calls this function, how does the int16* data parameter come from?