ReactOS 0.4.15-dev-7942-gd23573b
forms.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 FormInfo1Marshalling
 
static const MARSHALLING FormInfo2Marshalling
 
static const MARSHALLINGpFormInfoMarshalling []
 

Variable Documentation

◆ FormInfo1Marshalling

const MARSHALLING FormInfo1Marshalling
static
Initial value:
= {
sizeof(FORM_INFO_1W),
{
{ FIELD_OFFSET(FORM_INFO_1W, ImageableArea), RTL_FIELD_SIZE(FORM_INFO_1W, ImageableArea), RTL_FIELD_SIZE(FORM_INFO_1W, ImageableArea), FALSE },
{ 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
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ DEVPROPTYPE _In_ ULONG Size
Definition: wdfdevice.h:4533
struct _FORM_INFO_1W FORM_INFO_1W
_Must_inspect_result_ _In_ ULONG Flags
Definition: wsk.h:170

Definition at line 8 of file forms.h.

◆ FormInfo2Marshalling

const MARSHALLING FormInfo2Marshalling
static

◆ pFormInfoMarshalling

const MARSHALLING* pFormInfoMarshalling[]
static
Initial value:
= {
}
#define NULL
Definition: types.h:112
static const MARSHALLING FormInfo1Marshalling
Definition: forms.h:8
static const MARSHALLING FormInfo2Marshalling
Definition: forms.h:19

Definition at line 36 of file forms.h.

Referenced by _RpcEnumForms(), _RpcGetForm(), EnumFormsW(), and GetFormW().