winscard: Add a stub for SCardListCardsA.

This commit is contained in:
Austin English 2009-08-30 18:59:16 -05:00 committed by Alexandre Julliard
parent e88e2239aa
commit 13b6a43d73
2 changed files with 8 additions and 1 deletions

View File

@ -94,3 +94,10 @@ LONG WINAPI SCardEstablishContext(DWORD dwScope, LPCVOID pvReserved1,
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return SCARD_F_INTERNAL_ERROR;
}
LONG WINAPI SCardListCardsA(SCARDCONTEXT hContext, LPCBYTE pbAtr, LPCGUID rgguidInterfaces, DWORD cguidInterfaceCount, LPSTR mszCards, LPDWORD pcchCards)
{
FIXME(": stub\n");
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return SCARD_F_INTERNAL_ERROR;
}

View File

@ -34,7 +34,7 @@
@ stub SCardIntroduceReaderGroupW
@ stub SCardIntroduceReaderW
@ stub SCardIsValidContext
@ stub SCardListCardsA
@ stdcall SCardListCardsA(long ptr ptr long str long)
@ stub SCardListCardsW
@ stub SCardListInterfacesA
@ stub SCardListInterfacesW