ReactOS 0.4.16-dev-117-g38f21f9
|
#include <csrmsg.h>
Public Attributes | |
ULONG | Size |
struct _CSR_CAPTURE_BUFFER * | PreviousCaptureBuffer |
ULONG | PointerCount |
PVOID | BufferEnd |
ULONG_PTR | PointerOffsetsArray [ANYSIZE_ARRAY] |
PVOID _CSR_CAPTURE_BUFFER::BufferEnd |
Definition at line 95 of file csrmsg.h.
Referenced by CsrAllocateCaptureBuffer().
ULONG _CSR_CAPTURE_BUFFER::PointerCount |
Definition at line 94 of file csrmsg.h.
Referenced by CsrAllocateCaptureBuffer(), CsrCaptureArguments(), and CsrReleaseCapturedArguments().
ULONG_PTR _CSR_CAPTURE_BUFFER::PointerOffsetsArray[ANYSIZE_ARRAY] |
Definition at line 96 of file csrmsg.h.
Referenced by CsrAllocateCaptureBuffer(), CsrCaptureArguments(), and CsrReleaseCapturedArguments().
struct _CSR_CAPTURE_BUFFER* _CSR_CAPTURE_BUFFER::PreviousCaptureBuffer |
Definition at line 93 of file csrmsg.h.
Referenced by CsrCaptureArguments(), and CsrReleaseCapturedArguments().
ULONG _CSR_CAPTURE_BUFFER::Size |
Definition at line 92 of file csrmsg.h.
Referenced by CsrAllocateCaptureBuffer(), CsrCaptureArguments(), CsrReleaseCapturedArguments(), and CsrValidateMessageBuffer().