ReactOS 0.4.15-dev-7934-g1dc8d80
_PS_CREATE_NOTIFY_INFO Struct Reference

#include <pstypes.h>

Collaboration diagram for _PS_CREATE_NOTIFY_INFO:

Public Attributes

_In_ SIZE_T Size
 
union {
   _In_ ULONG   Flags
 
   struct {
      _In_ ULONG   FileOpenNameAvailable:1
 
      _In_ ULONG   Reserved:31
 
   }   DUMMYSTRUCTNAME
 
DUMMYUNIONNAME
 
_In_ HANDLE ParentProcessId
 
_In_ CLIENT_ID CreatingThreadId
 
_Inout_ struct _FILE_OBJECT * FileObject
 
_In_ PCUNICODE_STRING ImageFileName
 
_In_opt_ PCUNICODE_STRING CommandLine
 
_Inout_ NTSTATUS CreationStatus
 

Detailed Description

Definition at line 165 of file pstypes.h.

Member Data Documentation

◆ CommandLine

_In_opt_ PCUNICODE_STRING _PS_CREATE_NOTIFY_INFO::CommandLine

Definition at line 178 of file pstypes.h.

◆ CreatingThreadId

_In_ CLIENT_ID _PS_CREATE_NOTIFY_INFO::CreatingThreadId

Definition at line 175 of file pstypes.h.

◆ CreationStatus

_Inout_ NTSTATUS _PS_CREATE_NOTIFY_INFO::CreationStatus

Definition at line 179 of file pstypes.h.

◆ 

_ANONYMOUS_STRUCT struct { ... } _PS_CREATE_NOTIFY_INFO::DUMMYSTRUCTNAME

◆ 

_ANONYMOUS_UNION union { ... } _PS_CREATE_NOTIFY_INFO::DUMMYUNIONNAME

◆ FileObject

_Inout_ struct _FILE_OBJECT* _PS_CREATE_NOTIFY_INFO::FileObject

Definition at line 176 of file pstypes.h.

◆ FileOpenNameAvailable

_In_ ULONG _PS_CREATE_NOTIFY_INFO::FileOpenNameAvailable

Definition at line 170 of file pstypes.h.

◆ Flags

_In_ ULONG _PS_CREATE_NOTIFY_INFO::Flags

Definition at line 168 of file pstypes.h.

◆ ImageFileName

_In_ PCUNICODE_STRING _PS_CREATE_NOTIFY_INFO::ImageFileName

Definition at line 177 of file pstypes.h.

◆ ParentProcessId

_In_ HANDLE _PS_CREATE_NOTIFY_INFO::ParentProcessId

Definition at line 174 of file pstypes.h.

◆ Reserved

_In_ ULONG _PS_CREATE_NOTIFY_INFO::Reserved

Definition at line 171 of file pstypes.h.

◆ Size

_In_ SIZE_T _PS_CREATE_NOTIFY_INFO::Size

Definition at line 166 of file pstypes.h.


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