ReactOS 0.4.15-dev-7924-g5949c20
_WINE_CONTEXT_INTERFACE Struct Reference

#include <crypt32_private.h>

Collaboration diagram for _WINE_CONTEXT_INTERFACE:

Public Attributes

CreateContextFunc create
 
AddContextToStoreFunc addContextToStore
 
AddEncodedContextToStoreFunc addEncodedToStore
 
EnumContextsInStoreFunc enumContextsInStore
 
EnumPropertiesFunc enumProps
 
GetContextPropertyFunc getProp
 
SetContextPropertyFunc setProp
 
SerializeElementFunc serialize
 
DeleteContextFunc deleteFromStore
 

Detailed Description

Definition at line 249 of file crypt32_private.h.

Member Data Documentation

◆ addContextToStore

AddContextToStoreFunc _WINE_CONTEXT_INTERFACE::addContextToStore

◆ addEncodedToStore

AddEncodedContextToStoreFunc _WINE_CONTEXT_INTERFACE::addEncodedToStore

Definition at line 253 of file crypt32_private.h.

Referenced by CRYPT_QueryContextBlob(), and CRYPT_ReadSerializedStore().

◆ create

CreateContextFunc _WINE_CONTEXT_INTERFACE::create

Definition at line 251 of file crypt32_private.h.

Referenced by CRYPT_ReadSerializedElement().

◆ deleteFromStore

DeleteContextFunc _WINE_CONTEXT_INTERFACE::deleteFromStore

Definition at line 259 of file crypt32_private.h.

Referenced by I_CertUpdateStore().

◆ enumContextsInStore

EnumContextsInStoreFunc _WINE_CONTEXT_INTERFACE::enumContextsInStore

◆ enumProps

EnumPropertiesFunc _WINE_CONTEXT_INTERFACE::enumProps

Definition at line 255 of file crypt32_private.h.

Referenced by CRYPT_SerializeStoreElement().

◆ getProp

◆ serialize

SerializeElementFunc _WINE_CONTEXT_INTERFACE::serialize

◆ setProp

SetContextPropertyFunc _WINE_CONTEXT_INTERFACE::setProp

Definition at line 257 of file crypt32_private.h.

Referenced by CertAddSerializedElementToStore(), and CRYPT_ReadContextProp().


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