/[openpgpmdrv]/trunk/OpenPGPminidriver/Context.h
ViewVC logotype

Diff of /trunk/OpenPGPminidriver/Context.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by vletoux, Thu Mar 4 21:17:51 2010 UTC revision 8 by vletoux, Thu Mar 11 20:32:26 2010 UTC
# Line 64  typedef struct _OPENPGP_CONTEXT Line 64  typedef struct _OPENPGP_CONTEXT
64          BOOL                                    fHasSignature;          BOOL                                    fHasSignature;
65          BOOL                                    fHasDecryption;          BOOL                                    fHasDecryption;
66          BOOL                                    fHasAuthentication;          BOOL                                    fHasAuthentication;
67            BOOL                                    fIsReadOnly;
68  } OPENPGP_CONTEXT, *POPENPGP_CONTEXT ;  } OPENPGP_CONTEXT, *POPENPGP_CONTEXT ;
69    
70  DWORD CreateContext(__in PCARD_DATA pCardData);  DWORD CreateContext(__in PCARD_DATA pCardData, __in DWORD dwFlags);
71  DWORD CheckContext(__in PCARD_DATA pCardData);  DWORD CheckContext(__in PCARD_DATA pCardData);
72  DWORD CleanContext(__in PCARD_DATA pCardData);  DWORD CleanContext(__in PCARD_DATA pCardData);

Legend:
Removed from v.7  
changed lines
  Added in v.8

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26