ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MinGW/include/lmmsg.h
Revision: 1046
Committed: Mon Aug 29 13:19:38 2016 UTC (9 years, 1 month ago) by alloc
Content type: text/x-chdr
File size: 846 byte(s)
Log Message:
Daodan: Added Windows MinGW and build batch file

File Contents

# Content
1 #ifndef _LMMSG_H
2 #define _LMMSG_H
3 #if __GNUC__ >=3
4 #pragma GCC system_header
5 #endif
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 #define MSGNAME_NOT_FORWARDED 0
11 #define MSGNAME_FORWARDED_TO 4
12 #define MSGNAME_FORWARDED_FROM 16
13 typedef struct _MSG_INFO_0 { LPWSTR msgi0_name; }MSG_INFO_0,*PMSG_INFO_0,*LPMSG_INFO_0;
14 typedef struct _MSG_INFO_1 {
15 LPWSTR msgi1_name;
16 DWORD msgi1_forward_flag;
17 LPWSTR msgi1_forward;
18 }MSG_INFO_1,*PMSG_INFO_1,*LPMSG_INFO_1;
19 NET_API_STATUS WINAPI NetMessageBufferSend(LPCWSTR,LPCWSTR,LPCWSTR,PBYTE,DWORD);
20 NET_API_STATUS WINAPI NetMessageNameAdd(LPCWSTR,LPCWSTR);
21 NET_API_STATUS WINAPI NetMessageNameDel(LPCWSTR,LPCWSTR);
22 NET_API_STATUS WINAPI NetMessageNameEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD);
23 NET_API_STATUS WINAPI NetMessageNameGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*);
24 #ifdef __cplusplus
25 }
26 #endif
27 #endif