ReactOS 0.4.15-dev-7918-g2a2556c
_KSEC_PROCESS_DATA Struct Reference
Collaboration diagram for _KSEC_PROCESS_DATA:

Public Attributes

PEPROCESS Process
 
HANDLE ProcessId
 
LONGLONG CreateTime
 
ULONG_PTR DirectoryTableBase
 

Detailed Description

Definition at line 17 of file crypt.c.

Member Data Documentation

◆ CreateTime

LONGLONG _KSEC_PROCESS_DATA::CreateTime

Definition at line 21 of file crypt.c.

Referenced by KsecGetKeyData().

◆ DirectoryTableBase

ULONG_PTR _KSEC_PROCESS_DATA::DirectoryTableBase

Definition at line 22 of file crypt.c.

Referenced by KsecGetKeyData().

◆ Process

PEPROCESS _KSEC_PROCESS_DATA::Process

Definition at line 19 of file crypt.c.

Referenced by KsecGetKeyData().

◆ ProcessId

HANDLE _KSEC_PROCESS_DATA::ProcessId

Definition at line 20 of file crypt.c.

Referenced by KsecGetKeyData().


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