Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenl2cmn.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
1.7.6.1
|