ReactOS 0.4.15-dev-7842-g558ab78
_SecureProvider Struct Reference

#include <schannel_priv.h>

Collaboration diagram for _SecureProvider:

Public Attributes

struct list entry
 
BOOL loaded
 
PWSTR moduleName
 
HMODULE lib
 
SecurityFunctionTableA fnTableA
 
SecurityFunctionTableW fnTableW
 

Detailed Description

Definition at line 24 of file schannel_priv.h.

Member Data Documentation

◆ entry

struct list _SecureProvider::entry

Definition at line 26 of file schannel_priv.h.

◆ fnTableA

SecurityFunctionTableA _SecureProvider::fnTableA

Definition at line 32 of file secur32_priv.h.

◆ fnTableW

SecurityFunctionTableW _SecureProvider::fnTableW

Definition at line 33 of file secur32_priv.h.

Referenced by thunk_ContextAttributesAToW(), and thunk_ContextAttributesWToA().

◆ lib

HMODULE _SecureProvider::lib

Definition at line 29 of file schannel_priv.h.

Referenced by SECUR32_freeProviders().

◆ loaded

BOOL _SecureProvider::loaded

Definition at line 27 of file schannel_priv.h.

◆ moduleName

PWSTR _SecureProvider::moduleName

Definition at line 28 of file schannel_priv.h.

Referenced by SECUR32_freeProviders().


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