ReactOS 0.4.15-dev-7924-g5949c20
fxdevicetext.cpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5Module Name:
6
7 FxDeviceText.cpp
8
9Abstract:
10
11 This module implements the device text object.
12
13Author:
14
15
16
17Environment:
18
19 Both kernel and user mode
20
21Revision History:
22
23--*/
24
25#include "fxsupportpch.hpp"
26
28 VOID
29 ) :
32 m_LocaleId(0)
33{
35}
36
38{
40
42
43 if (m_Description != NULL) {
46 }
47
51 }
52}
static __inline KIRQL MxGetCurrentIrql()
Definition: mxgeneralkm.h:86
#define NULL
Definition: types.h:112
#define PASSIVE_LEVEL
Definition: env_spec_w32.h:693
pDeviceText m_LocationInformation
pDeviceText m_Description
pDeviceText m_LocaleId
void FxPoolFree(__in_xcount(ptr is at an offset from AllocationStart) PVOID ptr)
Definition: wdfpool.cpp:361
#define ASSERT(a)
Definition: mode.c:44
PWCHAR m_LocationInformation
FxDeviceText(VOID)
~FxDeviceText(VOID)
SINGLE_LIST_ENTRY m_Entry
PWCHAR m_Description
struct _SINGLE_LIST_ENTRY * Next
Definition: ntbasedef.h:629