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

l2cmn.h
Go to the documentation of this file.
00001 #ifndef _L2CMN_H
00002 #define _L2CMN_H
00003 
00004 typedef struct _L2_NOTIFICATION_DATA {
00005     DWORD NotificationSource;
00006     DWORD NotificationCode;
00007     GUID InterfaceGuid;
00008     DWORD dwDataSize;
00009 #if defined(__midl) || defined(__WIDL__)
00010     [unique, size_is(dwDataSize)] PBYTE pData;
00011 #else
00012     PVOID pData;
00013 #endif
00014 } L2_NOTIFICATION_DATA, *PL2_NOTIFICATION_DATA;
00015 
00016 #endif

Generated on Sun May 27 2012 04:31:35 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.