10-27-2006 02:26 AM
10-27-2006 04:16 AM
Hi
My code as follow,but it does not work.
I am fresh with NI-VISA custom type.
[DllImport("TXP_ResMgrDrv_32.dll")]
public static extern Int32 TXPRMGR_errorMessage( Int32 instrumentHandle, Int32 statusCode, [MarshalAs(UnmanagedType.LPStr)] ref string message);
10-27-2006 02:46 PM