ReactOS
0.4.16-dev-136-g52192f1
l2cmn.h
Go to the documentation of this file.
1
#ifndef _L2CMN_H
2
#define _L2CMN_H
3
4
typedef
struct
_L2_NOTIFICATION_DATA
{
5
DWORD
NotificationSource
;
6
DWORD
NotificationCode
;
7
GUID
InterfaceGuid
;
8
DWORD
dwDataSize
;
9
#if defined(__midl) || defined(__WIDL__)
10
[
unique
, size_is(
dwDataSize
)]
PBYTE
pData
;
11
#else
12
PVOID
pData
;
13
#endif
14
}
L2_NOTIFICATION_DATA
, *
PL2_NOTIFICATION_DATA
;
15
16
#endif
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
GUID
Definition:
shobjidl.idl:2988
unique
Definition:
winsxs.idl:110
void
Definition:
nsiface.idl:2307
L2_NOTIFICATION_DATA
struct _L2_NOTIFICATION_DATA L2_NOTIFICATION_DATA
PL2_NOTIFICATION_DATA
struct _L2_NOTIFICATION_DATA * PL2_NOTIFICATION_DATA
PBYTE
BYTE * PBYTE
Definition:
pedump.c:66
_L2_NOTIFICATION_DATA
Definition:
l2cmn.h:4
_L2_NOTIFICATION_DATA::InterfaceGuid
GUID InterfaceGuid
Definition:
l2cmn.h:7
_L2_NOTIFICATION_DATA::NotificationSource
DWORD NotificationSource
Definition:
l2cmn.h:5
_L2_NOTIFICATION_DATA::NotificationCode
DWORD NotificationCode
Definition:
l2cmn.h:6
_L2_NOTIFICATION_DATA::pData
PVOID pData
Definition:
l2cmn.h:12
_L2_NOTIFICATION_DATA::dwDataSize
DWORD dwDataSize
Definition:
l2cmn.h:8
sdk
include
psdk
l2cmn.h
Generated on Tue Oct 15 2024 06:11:55 for ReactOS by
1.9.6