ReactOS 0.4.15-dev-7924-g5949c20
_EPROFILE Struct Reference

#include <extypes.h>

Collaboration diagram for _EPROFILE:

Public Attributes

PEPROCESS Process
 
PVOID RangeBase
 
SIZE_T RangeSize
 
PVOID Buffer
 
ULONG BufferSize
 
ULONG BucketSize
 
PKPROFILE ProfileObject
 
PVOID LockedBufferAddress
 
PMDL Mdl
 
ULONG_PTR Segment
 
KPROFILE_SOURCE ProfileSource
 
KAFFINITY Affinity
 

Detailed Description

Definition at line 553 of file extypes.h.

Member Data Documentation

◆ Affinity

KAFFINITY _EPROFILE::Affinity

Definition at line 566 of file extypes.h.

Referenced by NtCreateProfile(), and NtStartProfile().

◆ BucketSize

ULONG _EPROFILE::BucketSize

Definition at line 560 of file extypes.h.

Referenced by NtCreateProfile(), and NtStartProfile().

◆ Buffer

PVOID _EPROFILE::Buffer

Definition at line 558 of file extypes.h.

Referenced by NtCreateProfile(), and NtStartProfile().

◆ BufferSize

ULONG _EPROFILE::BufferSize

Definition at line 559 of file extypes.h.

Referenced by NtCreateProfile(), and NtStartProfile().

◆ LockedBufferAddress

PVOID _EPROFILE::LockedBufferAddress

Definition at line 562 of file extypes.h.

Referenced by ExpDeleteProfile(), NtCreateProfile(), NtStartProfile(), and NtStopProfile().

◆ Mdl

PMDL _EPROFILE::Mdl

Definition at line 563 of file extypes.h.

Referenced by ExpDeleteProfile(), NtStartProfile(), and NtStopProfile().

◆ Process

PEPROCESS _EPROFILE::Process

Definition at line 555 of file extypes.h.

Referenced by ExpDeleteProfile(), NtCreateProfile(), and NtStartProfile().

◆ ProfileObject

PKPROFILE _EPROFILE::ProfileObject

Definition at line 561 of file extypes.h.

Referenced by ExpDeleteProfile(), NtStartProfile(), and NtStopProfile().

◆ ProfileSource

KPROFILE_SOURCE _EPROFILE::ProfileSource

Definition at line 565 of file extypes.h.

Referenced by NtCreateProfile(), and NtStartProfile().

◆ RangeBase

PVOID _EPROFILE::RangeBase

Definition at line 556 of file extypes.h.

Referenced by NtCreateProfile(), and NtStartProfile().

◆ RangeSize

SIZE_T _EPROFILE::RangeSize

Definition at line 557 of file extypes.h.

Referenced by NtCreateProfile(), and NtStartProfile().

◆ Segment

ULONG_PTR _EPROFILE::Segment

Definition at line 564 of file extypes.h.

Referenced by NtCreateProfile().


The documentation for this struct was generated from the following file: