Home
last modified time | relevance | path

Searched defs:_WINE_CONTEXT_INTERFACE (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/crypt32/
H A Dcrypt32_private.h249 typedef struct _WINE_CONTEXT_INTERFACE struct
251 CreateContextFunc create;
252 AddContextToStoreFunc addContextToStore;
253 AddEncodedContextToStoreFunc addEncodedToStore;
254 EnumContextsInStoreFunc enumContextsInStore;
255 EnumPropertiesFunc enumProps;
256 GetContextPropertyFunc getProp;
257 SetContextPropertyFunc setProp;
258 SerializeElementFunc serialize;
259 DeleteContextFunc deleteFromStore;