[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Politely terminating TSVNCache.exe?

From: Thomas Hruska <thruska_at_cubiclesoft.com>
Date: 2006-07-27 07:02:58 CEST

What would you consider to be a "polite" method of terminating
TSVNCache.exe?

HWND TempHwnd = FindWindow("TSVNCacheWindow", "TSVNCacheWindow");
if (TempHwnd != NULL) SendMessage(TempHwnd, WM_CLOSE, 0, 0);

?

--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197
Safe C++ Design Principles (First Edition)
Learn how to write memory leak-free, secure,
portable, and user-friendly software.
Learn more and view a sample chapter:
http://www.CubicleSoft.com/SafeCPPDesign/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jul 27 07:03:13 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.