ReactOS 0.4.15-dev-7907-g95bf896
lmmsg.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _MSG_INFO_0
 
struct  _MSG_INFO_1
 

Macros

#define MSGNAME_NOT_FORWARDED   0
 
#define MSGNAME_FORWARDED_TO   4
 
#define MSGNAME_FORWARDED_FROM   16
 

Typedefs

typedef struct _MSG_INFO_0 MSG_INFO_0
 
typedef struct _MSG_INFO_0PMSG_INFO_0
 
typedef struct _MSG_INFO_0LPMSG_INFO_0
 
typedef struct _MSG_INFO_1 MSG_INFO_1
 
typedef struct _MSG_INFO_1PMSG_INFO_1
 
typedef struct _MSG_INFO_1LPMSG_INFO_1
 

Functions

NET_API_STATUS WINAPI NetMessageBufferSend (LPCWSTR, LPCWSTR, LPCWSTR, PBYTE, DWORD)
 
NET_API_STATUS WINAPI NetMessageNameAdd (LPCWSTR, LPCWSTR)
 
NET_API_STATUS WINAPI NetMessageNameDel (LPCWSTR, LPCWSTR)
 
NET_API_STATUS WINAPI NetMessageNameEnum (LPCWSTR, DWORD, PBYTE *, DWORD, PDWORD, PDWORD, PDWORD)
 
NET_API_STATUS WINAPI NetMessageNameGetInfo (LPCWSTR, LPCWSTR, DWORD, PBYTE *)
 

Macro Definition Documentation

◆ MSGNAME_FORWARDED_FROM

#define MSGNAME_FORWARDED_FROM   16

Definition at line 9 of file lmmsg.h.

◆ MSGNAME_FORWARDED_TO

#define MSGNAME_FORWARDED_TO   4

Definition at line 8 of file lmmsg.h.

◆ MSGNAME_NOT_FORWARDED

#define MSGNAME_NOT_FORWARDED   0

Definition at line 7 of file lmmsg.h.

Typedef Documentation

◆ LPMSG_INFO_0

◆ LPMSG_INFO_1

◆ MSG_INFO_0

◆ MSG_INFO_1

◆ PMSG_INFO_0

◆ PMSG_INFO_1

Function Documentation

◆ NetMessageBufferSend()

NET_API_STATUS WINAPI NetMessageBufferSend ( LPCWSTR  ,
LPCWSTR  ,
LPCWSTR  ,
PBYTE  ,
DWORD   
)

◆ NetMessageNameAdd()

NET_API_STATUS WINAPI NetMessageNameAdd ( LPCWSTR  ,
LPCWSTR   
)

◆ NetMessageNameDel()

NET_API_STATUS WINAPI NetMessageNameDel ( LPCWSTR  ,
LPCWSTR   
)

◆ NetMessageNameEnum()

NET_API_STATUS WINAPI NetMessageNameEnum ( LPCWSTR  ,
DWORD  ,
PBYTE ,
DWORD  ,
PDWORD  ,
PDWORD  ,
PDWORD   
)

◆ NetMessageNameGetInfo()

NET_API_STATUS WINAPI NetMessageNameGetInfo ( LPCWSTR  ,
LPCWSTR  ,
DWORD  ,
PBYTE  
)