ReactOS 0.4.15-dev-7942-gd23573b
_NT_CREATE_PARAMETERS Struct Reference

#include <rxcontx.h>

Collaboration diagram for _NT_CREATE_PARAMETERS:

Public Attributes

ACCESS_MASK DesiredAccess
 
LARGE_INTEGER AllocationSize
 
ULONG FileAttributes
 
ULONG ShareAccess
 
ULONG Disposition
 
ULONG CreateOptions
 
PIO_SECURITY_CONTEXT SecurityContext
 
SECURITY_IMPERSONATION_LEVEL ImpersonationLevel
 
PVOID DfsContext
 
PDFS_NAME_CONTEXT DfsNameContext
 

Detailed Description

Definition at line 85 of file rxcontx.h.

Member Data Documentation

◆ AllocationSize

LARGE_INTEGER _NT_CREATE_PARAMETERS::AllocationSize

Definition at line 88 of file rxcontx.h.

◆ CreateOptions

ULONG _NT_CREATE_PARAMETERS::CreateOptions

Definition at line 92 of file rxcontx.h.

◆ DesiredAccess

ACCESS_MASK _NT_CREATE_PARAMETERS::DesiredAccess

Definition at line 87 of file rxcontx.h.

◆ DfsContext

PVOID _NT_CREATE_PARAMETERS::DfsContext

Definition at line 95 of file rxcontx.h.

◆ DfsNameContext

PDFS_NAME_CONTEXT _NT_CREATE_PARAMETERS::DfsNameContext

Definition at line 96 of file rxcontx.h.

◆ Disposition

ULONG _NT_CREATE_PARAMETERS::Disposition

Definition at line 91 of file rxcontx.h.

◆ FileAttributes

ULONG _NT_CREATE_PARAMETERS::FileAttributes

Definition at line 89 of file rxcontx.h.

◆ ImpersonationLevel

SECURITY_IMPERSONATION_LEVEL _NT_CREATE_PARAMETERS::ImpersonationLevel

Definition at line 94 of file rxcontx.h.

◆ SecurityContext

PIO_SECURITY_CONTEXT _NT_CREATE_PARAMETERS::SecurityContext

Definition at line 93 of file rxcontx.h.

◆ ShareAccess

ULONG _NT_CREATE_PARAMETERS::ShareAccess

Definition at line 90 of file rxcontx.h.


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