ReactOS 0.4.15-dev-7846-g8ba6c66
ports.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const MARSHALLING PortInfo1Marshalling
 
static const MARSHALLING PortInfo2Marshalling
 
static const MARSHALLINGpPortInfoMarshalling []
 

Variable Documentation

◆ PortInfo1Marshalling

const MARSHALLING PortInfo1Marshalling
static
Initial value:
= {
sizeof(PORT_INFO_1W),
{
{ MAXDWORD, 0, 0, FALSE }
}
}
#define TRUE
Definition: types.h:120
#define FALSE
Definition: types.h:117
#define RTL_FIELD_SIZE(type, field)
Definition: kdb_expr.c:86
static LPSTR pName
Definition: security.c:75
#define MAXDWORD
#define FIELD_OFFSET(t, f)
Definition: typedefs.h:255
struct _PORT_INFO_1W PORT_INFO_1W

Definition at line 8 of file ports.h.

◆ PortInfo2Marshalling

const MARSHALLING PortInfo2Marshalling
static
Initial value:
= {
sizeof(PORT_INFO_2W),
{
{ FIELD_OFFSET(PORT_INFO_2W, pMonitorName), RTL_FIELD_SIZE(PORT_INFO_2W, pMonitorName), RTL_FIELD_SIZE(PORT_INFO_2W, pMonitorName), TRUE },
{ FIELD_OFFSET(PORT_INFO_2W, pDescription), RTL_FIELD_SIZE(PORT_INFO_2W, pDescription), RTL_FIELD_SIZE(PORT_INFO_2W, pDescription), TRUE },
{ MAXDWORD, 0, 0, FALSE }
}
}
_Reserved_ PVOID Reserved
Definition: winddi.h:3974
struct _PORT_INFO_2W PORT_INFO_2W

Definition at line 16 of file ports.h.

◆ pPortInfoMarshalling

const MARSHALLING* pPortInfoMarshalling[]
static
Initial value:
= {
}
#define NULL
Definition: types.h:112
static const MARSHALLING PortInfo1Marshalling
Definition: ports.h:8
static const MARSHALLING PortInfo2Marshalling
Definition: ports.h:16

Definition at line 28 of file ports.h.

Referenced by _RpcEnumPorts(), EnumPortsW(), and START_TEST().