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, |