|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <crypt32_private.h>

Public Attributes | |
| const context_vtbl_t * | vtbl |
| LONG | ref |
| struct WINE_CRYPTCERTSTORE * | store |
| struct _context_t * | linked |
| CONTEXT_PROPERTY_LIST * | properties |
| union { | |
| struct list entry | |
| void * ptr | |
| } | u |
Definition at line 175 of file crypt32_private.h.
Definition at line 182 of file crypt32_private.h.
Referenced by MemStore_addContext(), and MemStore_enumContext().
| struct _context_t* _context_t::linked |
Definition at line 179 of file crypt32_private.h.
Referenced by CRYPT_CollectionAddContext(), and CRYPT_CollectionAdvanceEnum().
| CONTEXT_PROPERTY_LIST* _context_t::properties |
Definition at line 180 of file crypt32_private.h.
Referenced by CertEnumCTLContextProperties(), Context_CopyProperties(), Context_CreateLinkContext(), CTLContext_GetProperty(), and CTLContext_SetProperty().
| void* _context_t::ptr |
Definition at line 183 of file crypt32_private.h.
Referenced by Collection_addCert(), Collection_addCRL(), Collection_addCTL(), Collection_enumCert(), Collection_enumCRL(), Collection_enumCTL(), and CRYPT_CollectionAddContext().
| LONG _context_t::ref |
Definition at line 177 of file crypt32_private.h.
Referenced by MemStore_addContext().
| struct WINE_CRYPTCERTSTORE* _context_t::store |
Definition at line 178 of file crypt32_private.h.
| union { ... } _context_t::u |
| const context_vtbl_t* _context_t::vtbl |
Definition at line 176 of file crypt32_private.h.
Referenced by Context_CreateLinkContext(), and MemStore_addContext().