ReactOS 0.4.16-dev-753-g705a985
|
#include <schannel_priv.h>
Public Attributes | |
struct list | entry |
BOOL | loaded |
PWSTR | moduleName |
HMODULE | lib |
SecurityFunctionTableA | fnTableA |
SecurityFunctionTableW | fnTableW |
Definition at line 24 of file schannel_priv.h.
Definition at line 26 of file schannel_priv.h.
SecurityFunctionTableA _SecureProvider::fnTableA |
Definition at line 32 of file secur32_priv.h.
SecurityFunctionTableW _SecureProvider::fnTableW |
Definition at line 33 of file secur32_priv.h.
Referenced by thunk_ContextAttributesAToW(), and thunk_ContextAttributesWToA().
HMODULE _SecureProvider::lib |
Definition at line 29 of file schannel_priv.h.
Referenced by SECUR32_freeProviders().
BOOL _SecureProvider::loaded |
Definition at line 27 of file schannel_priv.h.
PWSTR _SecureProvider::moduleName |
Definition at line 28 of file schannel_priv.h.
Referenced by SECUR32_freeProviders().