How can I determine a bad ticker string? It appears that GetRequestHistory() returns a valid handle even if I ask for a garbage ticker. I tried using GetGetTitle(), but it returns null for valid some tickers like 'w k8'.
You can use the IsValidSymbol method. It returns 1 if the symbol is valid and 0 otherwise. Note that the symbol string you pass to this method must be in uppercase.
Your winsig.tlb could be outdated. However, our C++ sample does indicate to import winsig.exe in stdafx.h. For future references, winsig.exe should be used.
Comment