debuggercdi/com.nokia.carbide.trk.support/Native/GetTRKVersion/GetTRKVersion.h
author stechong
Tue, 27 Jul 2010 11:13:38 -0500
branchC3_BUILDER_WORK
changeset 1692 3980cf3d4074
parent 1115 f2b4c39f3e7b
permissions -rw-r--r--
Update removeCache() to delete corresponding cache file saved to disk; also updated getCacheData() to remember cache loaded from disk.

#include "stdafx.h"

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