#pragma once #include "Registry.h" #include "Dialog.h" Dialog* CreateNetManager(RegKey& root); void DestroyNetManager(bool terminate=false); DWORD WINAPI AsyncExec(void * command ); #define TEXT_OPT_THREADLIMIT TEXT("Options\\ThreadLimit") #define TEXT_OPT_RANGE_START TEXT("Options\\ScanStart") #define TEXT_OPT_RANGE_END TEXT("Options\\ScanEnd")