#include "ActiveWindow.h"
#include <Tlhelp32.h>
Defines | |
#define | CloseSnapshot(ph) CloseHandle(ph); |
© 2003-2004 by Rene Mayrhofer, Harald Radi
Harald Radi <harald.radi@nme.at>
|
CloseHandle helper macro The Toolhelp32Snapshot handle has to be closed differently on WIN32 and CE, this macro provides a unified way to close such handles. |