ReactOS 0.4.16-dev-106-g10b08aa
|
Public Attributes | |
DWORD | dwOpenFlags |
HCERTSTORE | memStore |
HANDLE | file |
DWORD | type |
BOOL | dirty |
Definition at line 29 of file filestore.c.
BOOL _WINE_FILESTOREINFO::dirty |
Definition at line 35 of file filestore.c.
Referenced by CRYPT_FileCloseStore(), CRYPT_FileControl(), CRYPT_FileDeleteCert(), CRYPT_FileDeleteCRL(), CRYPT_FileDeleteCTL(), CRYPT_FileWriteCert(), CRYPT_FileWriteCRL(), and CRYPT_FileWriteCTL().
DWORD _WINE_FILESTOREINFO::dwOpenFlags |
Definition at line 31 of file filestore.c.
Referenced by CRYPT_FileControl().
HANDLE _WINE_FILESTOREINFO::file |
Definition at line 33 of file filestore.c.
Referenced by CRYPT_FileCloseStore(), and CRYPT_FileControl().
HCERTSTORE _WINE_FILESTOREINFO::memStore |
Definition at line 32 of file filestore.c.
Referenced by CRYPT_FileCloseStore(), and CRYPT_FileControl().
DWORD _WINE_FILESTOREINFO::type |
Definition at line 34 of file filestore.c.
Referenced by CRYPT_FileCloseStore(), and CRYPT_FileControl().