ReactOS 0.4.15-dev-7907-g95bf896
store_vtbl_t Struct Reference

#include <crypt32_private.h>

Collaboration diagram for store_vtbl_t:

Public Attributes

void(* addref )(struct WINE_CRYPTCERTSTORE *)
 
DWORD(* release )(struct WINE_CRYPTCERTSTORE *, DWORD)
 
void(* releaseContext )(struct WINE_CRYPTCERTSTORE *, context_t *)
 
BOOL(* control )(struct WINE_CRYPTCERTSTORE *, DWORD, DWORD, void const *)
 
CONTEXT_FUNCS certs
 
CONTEXT_FUNCS crls
 
CONTEXT_FUNCS ctls
 

Detailed Description

Definition at line 299 of file crypt32_private.h.

Member Data Documentation

◆ addref

void(* store_vtbl_t::addref) (struct WINE_CRYPTCERTSTORE *)

◆ certs

◆ control

BOOL(* store_vtbl_t::control) (struct WINE_CRYPTCERTSTORE *, DWORD, DWORD, void const *)

Definition at line 303 of file crypt32_private.h.

Referenced by CertControlStore().

◆ crls

◆ ctls

◆ release

DWORD(* store_vtbl_t::release) (struct WINE_CRYPTCERTSTORE *, DWORD)

Definition at line 301 of file crypt32_private.h.

Referenced by CertCloseStore(), Context_Release(), and ProvStore_release().

◆ releaseContext

void(* store_vtbl_t::releaseContext) (struct WINE_CRYPTCERTSTORE *, context_t *)

Definition at line 302 of file crypt32_private.h.

Referenced by Context_Release().


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