ReactOS 0.4.15-dev-8434-g155a7c7
_context_t Struct Reference

#include <crypt32_private.h>

Collaboration diagram for _context_t:

Public Attributes

const context_vtbl_tvtbl
 
LONG ref
 
struct WINE_CRYPTCERTSTOREstore
 
struct _context_tlinked
 
CONTEXT_PROPERTY_LISTproperties
 
union {
   struct list   entry
 
   void *   ptr
 
u
 

Detailed Description

Definition at line 175 of file crypt32_private.h.

Member Data Documentation

◆ entry

struct list _context_t::entry

Definition at line 182 of file crypt32_private.h.

Referenced by MemStore_addContext(), and MemStore_enumContext().

◆ linked

struct _context_t* _context_t::linked

Definition at line 179 of file crypt32_private.h.

Referenced by CRYPT_CollectionAddContext(), and CRYPT_CollectionAdvanceEnum().

◆ properties

◆ ptr

◆ ref

LONG _context_t::ref

Definition at line 177 of file crypt32_private.h.

Referenced by MemStore_addContext().

◆ store

struct WINE_CRYPTCERTSTORE* _context_t::store

Definition at line 178 of file crypt32_private.h.

◆ 

◆ vtbl

const context_vtbl_t* _context_t::vtbl

Definition at line 176 of file crypt32_private.h.

Referenced by Context_CreateLinkContext(), and MemStore_addContext().


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