[go: up one dir, main page]

Menu

[r25]: / Netman.h  Maximize  Restore  History

Download this file

13 lines (9 with data), 363 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#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")