Group: Authentication - Library: winscard
Smart Card Database Query Functions
LONG SCardGetProviderId(
__in SCARDCONTEXT hContext,
__in LPCTSTR szCard,
__out LPGUID pguidProviderId
); DECLARE LONG SCardGetProviderId IN Winscard;
INTEGER hContext,;
STRING szCard,;
STRING @pguidProviderId hContext [in] Handle that identifies the resource manager context for the query.
szCard [in] Name of the card defined to the system.
pguidProviderId [out] Identifier (GUID) of the primary service provider. This provider may be activated using COM, and will supply access to other services in the card.
Returns SCARD_S_SUCCESS (0) or error code.
The SCardGetProviderId function is a database query function.
Home