Group: Authentication - Library: winscard
Smart Card Database Query Functions
LONG SCardListInterfaces(
__in SCARDCONTEXT hContext,
__in LPCTSTR szCard,
__out LPGUID pguidInterfaces,
__inout LPDWORD pcguidInterfaces
);
DECLARE LONG SCardListInterfaces IN Winscard;
INTEGER hContext,;
STRING szCard,;
STRING @pguidInterfaces,;
LONG @pcguidInterfaces
hContext [in] Handle that identifies the resource manager context for the query.
szCard [in] Name of the smart card already introduced to the smart card subsystem.
pguidInterfaces [out] Array of interface identifiers (GUIDs) that indicate the interfaces supported by the smart card.
pcguidInterfaces [in, out] Size of the pcguidInterfaces array, and receives the actual size of the returned array.
Returns SCARD_S_SUCCESS (0) or error code.
The SCardListInterfaces function is a database query function.