ReactOS 0.4.15-dev-7958-gcd0bb1a
tagCRYPTPROV Struct Reference

#include <crypt.h>

Collaboration diagram for tagCRYPTPROV:

Public Attributes

DWORD dwMagic
 
LONG refcount
 
HMODULE hModule
 
PPROVFUNCS pFuncs
 
HCRYPTPROV hPrivate
 
PVTableProvStruc pVTable
 

Detailed Description

Definition at line 65 of file crypt.h.

Member Data Documentation

◆ dwMagic

◆ hModule

HMODULE tagCRYPTPROV::hModule

Definition at line 69 of file crypt.h.

Referenced by CRYPT_LoadProvider(), CryptAcquireContextW(), and CryptReleaseContext().

◆ hPrivate

◆ pFuncs

◆ pVTable

PVTableProvStruc tagCRYPTPROV::pVTable

Definition at line 72 of file crypt.h.

Referenced by CRYPT_LoadProvider(), CryptAcquireContextW(), and CryptReleaseContext().

◆ refcount

LONG tagCRYPTPROV::refcount

Definition at line 68 of file crypt.h.

Referenced by CRYPT_LoadProvider(), CryptContextAddRef(), and CryptReleaseContext().


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