debuggercdi/com.nokia.carbide.trk.support/Native/GetTRKVersion/GetTRKVersion.h
author timkelly
Thu, 27 May 2010 13:45:14 -0500
changeset 1410 575de035cb1e
parent 1115 f2b4c39f3e7b
permissions -rw-r--r--
fix bug 11353 (uncaught exception when parsing version info from buildinfo.txt)

#include "stdafx.h"

__declspec(dllexport)
DWORD GetTRKVersion(const char* inPortName, int baudIndex, int dataBits, int parity, int stopBits, int flowControl, long version[4]);