ReactOS 0.4.15-dev-7942-gd23573b
context_vtbl_t Struct Reference

#include <crypt32_private.h>

Collaboration diagram for context_vtbl_t:

Public Attributes

void(* free )(context_t *)
 
struct _context_t *(* clone )(context_t *, struct WINE_CRYPTCERTSTORE *, BOOL)
 

Detailed Description

Definition at line 170 of file crypt32_private.h.

Member Data Documentation

◆ clone

struct _context_t *(* context_vtbl_t::clone) (context_t *, struct WINE_CRYPTCERTSTORE *, BOOL)

Definition at line 171 of file crypt32_private.h.

Referenced by MemStore_addContext().

◆ free

void(* context_vtbl_t::free) (context_t *)

Definition at line 171 of file crypt32_private.h.


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