Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows Vista.
The get_SmartCardInfo method retrieves information about the smart card.
Syntax
HRESULT get_SmartCardInfo(
[out] BSTR *pbstrCardName,
[out] BSTR *pbstrCardManufacturer,
[out] VARIANT_BOOL *pfDaylightSavings,
[out] BYTE *pbyRatingRegion,
[out] LONG *plTimeZoneOffsetMinutes,
[out] BSTR *pbstrLanguage,
[out] EALocationCodeType *pEALocationCode
);
Parameters
pbstrCardName [out]
Pointer to a pointer variable that receives a pointer to a string containing the card name. When the string is no longer required, call the SysFreeString function to free it.pbstrCardManufacturer [out]
Pointer to a pointer variable that receives a pointer to a string containing the name of the card manufacturer. When the string is no longer required, call the SysFreeString function to free it.pfDaylightSavings [out]
Pointer to a variable of type VARIANT_BOOL that receives a value indicating whether daylight savings is in effect. If the value is TRUE, daylight savings is in effect. If the value is FALSE, daylight savings is not in effect.pbyRatingRegion [out]
Pointer to a variable that receives a value indicating the rating region.plTimeZoneOffsetMinutes [out]
Pointer to a variable that receives the time zone offset in minutes.pbstrLanguage [out]
Pointer to a pointer variable that receives a pointer to a string indicating the language. When the string is no longer required, call the SysFreeString function to free it.pEALocationCode [out]
Pointer to a buffer that receives the emergency alert location code information. The buffer size must be at leastsizeof(EALocationCodeType)
. The method writes a structure of type EALocationCodeType to the buffer. The structure specifies the location code scheme (for example, SCTE 18), state, county, and county subdivision for the emergency alert.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header | Declared in Bdaiface.h. |
See Also
IBDA_ConditionalAccess Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008