Merge pull request #297 from t-b/upgrade_msys_openssl_101m
[msysgit.git] / include / lmconfig.h
blob746a5ddc845101b38dedb34a195a535e26bfea7e
1 #ifndef _LMCONFIG_H
2 #define _LMCONFIG_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6 #define REVISED_CONFIG_APIS
7 typedef struct _CONFIG_INFO_0 {
8 LPWSTR cfgi0_key;
9 LPWSTR cfgi0_data;
10 } CONFIG_INFO_0,*PCONFIG_INFO_0,*LPCONFIG_INFO_0;
11 NET_API_STATUS WINAPI NetConfigGet(LPCWSTR,LPCWSTR,LPCWSTR,PBYTE*);
12 NET_API_STATUS WINAPI NetConfigGetAll(LPCWSTR,LPCWSTR,PBYTE*);
13 NET_API_STATUS WINAPI NetConfigSet(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,DWORD,PBYTE,DWORD);
14 #ifdef __cplusplus
16 #endif
17 #endif