ReactOS 0.4.15-dev-7953-g1f49173
_WINE_REGSTOREINFO Struct Reference
Collaboration diagram for _WINE_REGSTOREINFO:

Public Attributes

DWORD dwOpenFlags
 
HCERTSTORE memStore
 
HKEY key
 
BOOL dirty
 
CRITICAL_SECTION cs
 
struct list certsToDelete
 
struct list crlsToDelete
 
struct list ctlsToDelete
 

Detailed Description

Definition at line 36 of file regstore.c.

Member Data Documentation

◆ certsToDelete

struct list _WINE_REGSTOREINFO::certsToDelete

Definition at line 43 of file regstore.c.

Referenced by CRYPT_RegDeleteCert(), CRYPT_RegOpenStore(), and CRYPT_RegWriteToReg().

◆ crlsToDelete

struct list _WINE_REGSTOREINFO::crlsToDelete

Definition at line 44 of file regstore.c.

Referenced by CRYPT_RegDeleteCRL(), CRYPT_RegOpenStore(), and CRYPT_RegWriteToReg().

◆ cs

CRITICAL_SECTION _WINE_REGSTOREINFO::cs

◆ ctlsToDelete

struct list _WINE_REGSTOREINFO::ctlsToDelete

Definition at line 45 of file regstore.c.

Referenced by CRYPT_RegDeleteCTL(), CRYPT_RegOpenStore(), and CRYPT_RegWriteToReg().

◆ dirty

BOOL _WINE_REGSTOREINFO::dirty

◆ dwOpenFlags

DWORD _WINE_REGSTOREINFO::dwOpenFlags

Definition at line 38 of file regstore.c.

Referenced by CRYPT_RegDeleteContext(), and CRYPT_RegOpenStore().

◆ key

HKEY _WINE_REGSTOREINFO::key

◆ memStore

HCERTSTORE _WINE_REGSTOREINFO::memStore

Definition at line 39 of file regstore.c.

Referenced by CRYPT_RegControl(), CRYPT_RegOpenStore(), and CRYPT_RegWriteToReg().


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