ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

lmmsg.h
Go to the documentation of this file.
00001 #ifndef _LMMSG_H
00002 #define _LMMSG_H
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 #define MSGNAME_NOT_FORWARDED 0
00008 #define MSGNAME_FORWARDED_TO 4
00009 #define MSGNAME_FORWARDED_FROM 16
00010 typedef struct _MSG_INFO_0 { LPWSTR msgi0_name; }MSG_INFO_0,*PMSG_INFO_0,*LPMSG_INFO_0;
00011 typedef struct _MSG_INFO_1 {
00012     LPWSTR msgi1_name;
00013     DWORD msgi1_forward_flag;
00014     LPWSTR msgi1_forward;
00015 }MSG_INFO_1,*PMSG_INFO_1,*LPMSG_INFO_1;
00016 NET_API_STATUS WINAPI NetMessageBufferSend(LPCWSTR,LPCWSTR,LPCWSTR,PBYTE,DWORD);
00017 NET_API_STATUS WINAPI NetMessageNameAdd(LPCWSTR,LPCWSTR);
00018 NET_API_STATUS WINAPI NetMessageNameDel(LPCWSTR,LPCWSTR);
00019 NET_API_STATUS WINAPI NetMessageNameEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD);
00020 NET_API_STATUS WINAPI NetMessageNameGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*);
00021 #ifdef __cplusplus
00022 }
00023 #endif
00024 #endif

Generated on Sat May 26 2012 04:30:21 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.