ReactOS 0.4.16-dev-433-g6363f78
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
#include "winscard.h"
#include "winternl.h"
Go to the source code of this file.
Variables | |
static HANDLE | g_startedEvent = NULL |
const SCARD_IO_REQUEST | g_rgSCardT0Pci = { SCARD_PROTOCOL_T0, 8 } |
const SCARD_IO_REQUEST | g_rgSCardT1Pci = { SCARD_PROTOCOL_T1, 8 } |
const SCARD_IO_REQUEST | g_rgSCardRawPci = { SCARD_PROTOCOL_RAW, 8 } |
Definition at line 35 of file winscard.c.
Definition at line 55 of file winscard.c.
LONG WINAPI SCardAddReaderToGroupA | ( | SCARDCONTEXT | context, |
LPCSTR | reader, | ||
LPCSTR | group | ||
) |
Definition at line 60 of file winscard.c.
LONG WINAPI SCardAddReaderToGroupW | ( | SCARDCONTEXT | context, |
LPCWSTR | reader, | ||
LPCWSTR | group | ||
) |
LONG WINAPI SCardCancel | ( | SCARDCONTEXT | context | ) |
Definition at line 144 of file winscard.c.
LONG WINAPI SCardEstablishContext | ( | DWORD | dwScope, |
LPCVOID | pvReserved1, | ||
LPCVOID | pvReserved2, | ||
LPSCARDCONTEXT | phContext | ||
) |
Definition at line 84 of file winscard.c.
LONG WINAPI SCardIsValidContext | ( | SCARDCONTEXT | context | ) |
Definition at line 92 of file winscard.c.
LONG WINAPI SCardListCardsA | ( | SCARDCONTEXT | hContext, |
LPCBYTE | pbAtr, | ||
LPCGUID | rgguidInterfaces, | ||
DWORD | cguidInterfaceCount, | ||
LPSTR | mszCards, | ||
LPDWORD | pcchCards | ||
) |
Definition at line 99 of file winscard.c.
LONG WINAPI SCardListReadersA | ( | SCARDCONTEXT | context, |
const CHAR * | groups, | ||
CHAR * | readers, | ||
DWORD * | buflen | ||
) |
Definition at line 132 of file winscard.c.
LONG WINAPI SCardListReadersW | ( | SCARDCONTEXT | context, |
const WCHAR * | groups, | ||
WCHAR * | readers, | ||
DWORD * | buflen | ||
) |
Definition at line 138 of file winscard.c.
LONG WINAPI SCardReleaseContext | ( | SCARDCONTEXT | context | ) |
Definition at line 106 of file winscard.c.
Definition at line 127 of file winscard.c.
LONG WINAPI SCardStatusA | ( | SCARDHANDLE | context, |
LPSTR | szReaderName, | ||
LPDWORD | pcchReaderLen, | ||
LPDWORD | pdwState, | ||
LPDWORD | pdwProtocol, | ||
LPBYTE | pbAtr, | ||
LPDWORD | pcbAtrLen | ||
) |
Definition at line 113 of file winscard.c.
LONG WINAPI SCardStatusW | ( | SCARDHANDLE | context, |
LPWSTR | szReaderName, | ||
LPDWORD | pcchReaderLen, | ||
LPDWORD | pdwState, | ||
LPDWORD | pdwProtocol, | ||
LPBYTE | pbAtr, | ||
LPDWORD | pcbArtLen | ||
) |
Definition at line 120 of file winscard.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | winscard | ) |
const SCARD_IO_REQUEST g_rgSCardRawPci = { SCARD_PROTOCOL_RAW, 8 } |
Definition at line 32 of file winscard.c.
const SCARD_IO_REQUEST g_rgSCardT0Pci = { SCARD_PROTOCOL_T0, 8 } |
Definition at line 30 of file winscard.c.
const SCARD_IO_REQUEST g_rgSCardT1Pci = { SCARD_PROTOCOL_T1, 8 } |
Definition at line 31 of file winscard.c.
Definition at line 28 of file winscard.c.
Referenced by DllMain(), and SCardAccessStartedEvent().