/[openpgpmdrv]/trunk/OpenPGPminidriver/CardSecureKeyInjection.c
ViewVC logotype

Diff of /trunk/OpenPGPminidriver/CardSecureKeyInjection.c

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

revision 11 by vletoux, Tue Feb 23 19:18:59 2010 UTC revision 12 by vletoux, Wed Mar 31 08:58:46 2010 UTC
# Line 126  DWORD WINAPI CardGetAlgorithmProperty ( Line 126  DWORD WINAPI CardGetAlgorithmProperty (
126          return SCARD_E_UNSUPPORTED_FEATURE;          return SCARD_E_UNSUPPORTED_FEATURE;
127  }  }
128    
129    /** This function is used to get the properties of a key.*/
130    DWORD WINAPI CardGetKeyProperty(
131        __in PCARD_DATA  pCardData,
132        __in CARD_KEY_HANDLE  hKey,
133        __in LPCWSTR  pwszProperty,
134        __out_bcount_part_opt(cbData, *pdwDataLen) PBYTE  pbData,
135        __in DWORD  cbData,
136        __out PDWORD  pdwDataLen,
137        __in DWORD  dwFlags
138        )
139    {
140            Trace(WINEVENT_LEVEL_VERBOSE, L"Enter");
141            return SCARD_E_UNSUPPORTED_FEATURE;
142    }
143    
144  /** This function is used to set the properties of a key.*/  /** This function is used to set the properties of a key.*/
145  DWORD WINAPI CardSetKeyProperty(  DWORD WINAPI CardSetKeyProperty(
146      __in PCARD_DATA  pCardData,      __in PCARD_DATA  pCardData,

Legend:
Removed from v.11  
changed lines
  Added in v.12

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26