|
static LONG | smartcard_call_to_operation_handle (SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_EstablishContext_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_ReleaseContext_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_IsValidContext_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_ListReaderGroupsA_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_ListReaderGroupsW_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_ListReadersA_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_ListReadersW_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_context_and_two_strings_a_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_context_and_two_strings_w_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_context_and_string_a_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_context_and_string_w_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_LocateCardsA_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_LocateCardsW_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_GetStatusChangeA_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_GetStatusChangeW_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_Cancel_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_ConnectA_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_ConnectW_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_Reconnect_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_Disconnect_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_BeginTransaction_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_EndTransaction_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_State_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_StatusA_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_StatusW_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_Transmit_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_Control_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_GetAttrib_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_SetAttrib_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_AccessStartedEvent_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_LocateCardsByATRA_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_LocateCardsByATRW_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_ReadCacheA_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_ReadCacheW_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_WriteCacheA_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_WriteCacheW_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_GetTransmitCount_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_ReleaseStartedEvent_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_GetReaderIcon_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
static LONG | smartcard_GetDeviceTypeId_Decode (wStream *s, SMARTCARD_OPERATION *operation) |
|
LONG | smartcard_irp_device_control_decode (wStream *s, UINT32 CompletionId, UINT32 FileId, SMARTCARD_OPERATION *operation) |
|
static void | free_reader_states_a (LPSCARD_READERSTATEA rgReaderStates, UINT32 cReaders) |
|
static void | free_reader_states_w (LPSCARD_READERSTATEW rgReaderStates, UINT32 cReaders) |
|
void | smartcard_operation_free (SMARTCARD_OPERATION *op, BOOL allocated) |
|