ReactOS 0.4.15-dev-8076-g06e89b2
l2cmn.h
Go to the documentation of this file.
1#ifndef _L2CMN_H
2#define _L2CMN_H
3
4typedef struct _L2_NOTIFICATION_DATA {
9#if defined(__midl) || defined(__WIDL__)
10 [unique, size_is(dwDataSize)] PBYTE pData;
11#else
13#endif
15
16#endif
unsigned long DWORD
Definition: ntddk_ex.h:95
struct _L2_NOTIFICATION_DATA L2_NOTIFICATION_DATA
struct _L2_NOTIFICATION_DATA * PL2_NOTIFICATION_DATA
BYTE * PBYTE
Definition: pedump.c:66
GUID InterfaceGuid
Definition: l2cmn.h:7
DWORD NotificationSource
Definition: l2cmn.h:5
DWORD NotificationCode
Definition: l2cmn.h:6
DWORD dwDataSize
Definition: l2cmn.h:8