Example #1
0
 public static extern bool LslRefreshListSetCallback(int iRlb, CB_RLADD_FUNCTYPE pCallback, uint dwCallbackData);
Example #2
0
 public static extern int LslRefreshListCreateExt([MarshalAs(UnmanagedType.LPStr)]string szComm, byte uBaudRate, byte uPcStation, byte uSpsStation, [MarshalAs(UnmanagedType.LPStr)]string lpcName, CB_RLADD_FUNCTYPE pCallback, uint dwCallbackData, uint dwTimeoutMS);