Пример #1
0
		public static extern bool ISD_GetStationConfig(
			IntPtr handle,		// handle is ISD_TRACKER_HANDLE==IntPtr
			out ISD_STATION_INFO_TYPE Station,
			short stationID,	// originally WORD
			bool verbose);		// might have to be int instead of bool
Пример #2
0
 public static extern bool ISD_GetStationConfig(
     int handle,
     ref ISD_STATION_INFO_TYPE Station,
     int stationID,
     bool verbose
     );
Пример #3
0
 public static extern bool ISD_GetStationConfig(
     IntPtr handle,                      // handle is ISD_TRACKER_HANDLE==IntPtr
     out ISD_STATION_INFO_TYPE Station,
     short stationID,                    // originally WORD
     bool verbose);                      // might have to be int instead of bool