debuggercdi/com.nokia.carbide.trk.support/Native/GetTRKVersion/GetTRKVersion.h
author fturovic <frank.turovich@nokia.com>
Fri, 26 Mar 2010 13:17:55 -0500
branchRCL_2_4
changeset 1135 7245347194bf
parent 1116 6bb7d69e70fb
permissions -rw-r--r--
Fixed broken link in Content Help info page and redirected bug reports to Symbian Bugzilla
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     1
#include "stdafx.h"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     2
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     3
__declspec(dllexport)
1116
6bb7d69e70fb 10837 - add missing support for determining trk type
dadubrow
parents: 0
diff changeset
     4
DWORD GetTRKVersion(const char* inPortName, int baudIndex, int dataBits, int parity, int stopBits, int flowControl, long version[4]);