debuggercdi/com.nokia.carbide.trk.support/Native/GetTRKVersion/GetTRKVersion.h
author fturovic <frank.turovich@nokia.com>
Mon, 13 Apr 2009 15:21:40 -0500
branchRCL_2_0
changeset 88 0fcbe4e2fbe0
parent 2 d760517a8095
child 1115 f2b4c39f3e7b
permissions -rw-r--r--
bugz 8642 - updated Remote Conn images
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
#include "stdafx.h"
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
__declspec(dllexport)
cawthron
parents:
diff changeset
     4
DWORD GetTRKVersion(const char* inPortName, int baudIndex, int dataBits, int parity, int stopBits, int flowControl, long version[3]);