ReactOS 0.4.15-dev-7918-g2a2556c
lmconfig.h
Go to the documentation of this file.
1#ifndef _LMCONFIG_H
2#define _LMCONFIG_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7#define REVISED_CONFIG_APIS
8typedef struct _CONFIG_INFO_0 {
15
19 _Out_ PHANDLE NotificationEventHandle);
20
24 _In_ HANDLE NotificationEventHandle);
25
26#ifdef __cplusplus
27}
28#endif
29#endif
unsigned long DWORD
Definition: ntddk_ex.h:95
NET_API_STATUS WINAPI NetRegisterDomainNameChangeNotification(_Out_ PHANDLE NotificationEventHandle)
Definition: misc.c:23
NET_API_STATUS WINAPI NetConfigGet(LPCWSTR, LPCWSTR, LPCWSTR, PBYTE *)
NET_API_STATUS WINAPI NetConfigGetAll(LPCWSTR, LPCWSTR, PBYTE *)
NET_API_STATUS WINAPI NetConfigSet(LPCWSTR, LPCWSTR, LPCWSTR, DWORD, DWORD, PBYTE, DWORD)
struct _CONFIG_INFO_0 CONFIG_INFO_0
struct _CONFIG_INFO_0 * LPCONFIG_INFO_0
NET_API_STATUS WINAPI NetUnregisterDomainNameChangeNotification(_In_ HANDLE NotificationEventHandle)
Definition: misc.c:120
struct _CONFIG_INFO_0 * PCONFIG_INFO_0
DWORD NET_API_STATUS
Definition: ms-dtyp.idl:91
#define _Out_
Definition: ms_sal.h:345
#define _In_
Definition: ms_sal.h:308
PVOID *typedef PHANDLE
Definition: ntsecpkg.h:455
BYTE * PBYTE
Definition: pedump.c:66
LPWSTR cfgi0_data
Definition: lmconfig.h:10
LPWSTR cfgi0_key
Definition: lmconfig.h:9
#define WINAPI
Definition: msvc.h:6
WCHAR * LPWSTR
Definition: xmlstorage.h:184
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185