ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <fxiotargetremote.hpp>
Public Member Functions | |
FxIoTargetRemoveOpenParams () | |
VOID | Set (__in PWDF_IO_TARGET_OPEN_PARAMS OpenParams, __in PUNICODE_STRING Name, __in PVOID Ea, __in ULONG EaLength) |
VOID | Clear (VOID) |
__field_bcount (EaBufferLength) PVOID EaBuffer | |
Definition at line 123 of file fxiotargetremote.hpp.
|
inline |
Definition at line 125 of file fxiotargetremote.hpp.
FxIoTargetRemoveOpenParams::__field_bcount | ( | EaBufferLength | ) |
Definition at line 782 of file fxiotargetremote.cpp.
Referenced by FxIoTargetRemote::Close(), and FxIoTargetRemote::Open().
VOID FxIoTargetRemoveOpenParams::Set | ( | __in PWDF_IO_TARGET_OPEN_PARAMS | OpenParams, |
__in PUNICODE_STRING | Name, | ||
__in PVOID | Ea, | ||
__in ULONG | EaLength | ||
) |
Definition at line 798 of file fxiotargetremote.cpp.
Referenced by FxIoTargetRemote::Open().
LARGE_INTEGER FxIoTargetRemoveOpenParams::AllocationSize |
Definition at line 161 of file fxiotargetremote.hpp.
Referenced by Set().
PLARGE_INTEGER FxIoTargetRemoveOpenParams::AllocationSizePointer |
Definition at line 163 of file fxiotargetremote.hpp.
Referenced by Set().
ULONG FxIoTargetRemoveOpenParams::CreateDisposition |
Definition at line 153 of file fxiotargetremote.hpp.
ULONG FxIoTargetRemoveOpenParams::CreateOptions |
Definition at line 155 of file fxiotargetremote.hpp.
ACCESS_MASK FxIoTargetRemoveOpenParams::DesiredAccess |
Definition at line 147 of file fxiotargetremote.hpp.
ULONG FxIoTargetRemoveOpenParams::EaBufferLength |
Definition at line 159 of file fxiotargetremote.hpp.
Referenced by Set().
ULONG FxIoTargetRemoveOpenParams::FileAttributes |
Definition at line 151 of file fxiotargetremote.hpp.
Referenced by Set().
WDF_IO_TARGET_OPEN_TYPE FxIoTargetRemoveOpenParams::OpenType |
Definition at line 145 of file fxiotargetremote.hpp.
Referenced by FxIoTargetRemote::Open(), and Set().
ULONG FxIoTargetRemoveOpenParams::ShareAccess |
Definition at line 149 of file fxiotargetremote.hpp.
Referenced by Set().
UNICODE_STRING FxIoTargetRemoveOpenParams::TargetDeviceName |
Definition at line 143 of file fxiotargetremote.hpp.