Welcome to mirror list, hosted at ThFree Co, Russian Federation.

win_registry.h « src « lua-winreg « modules « src « lua « 3rdparty - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c441921314af82a18950d065023cc217f85c93b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __WIN_REGISTRY_H__
#define __WIN_REGISTRY_H__
#ifdef  __cplusplus
extern "C" {
#endif

#include <windows.h>
LONG win_reg_deltree(HKEY hParentKey, const TCHAR * strKeyName);

#ifdef  __cplusplus
}
#endif
#endif //__WIN_REGISTRY_H__