The IOCTL_SMARTCARD_SET_ATTRIBUTE DeviceIoControl operation sets various attributes in the driver. For a list of all defined attributes, refer to Part 3 of the Interoperability Specification for ICCs and Personal Computer Systems (see Documents at http://www.smartcardsys.com/).
Information must be set to sizeof(ULONG). Status can be:
Status | Meaning |
---|---|
STATUS_SUCCESS | The attribute has been set successfully. |
STATUS_NOT_SUPPORTED | The attribute is not supported. |
STATUS_INVALID_PARAMETER | The attribute to be set is in the wrong format. |
The IOCTL_SMARTCARD_SET_ATTRIBUTE DeviceIoControl operation sets various attributes in the driver. For a list of all defined attributes, refer to Part 3 of the Interoperability Specification for ICCs and Personal Computer Systems (see Documents at http://www.smartcardsys.com/).
Following are possible return values.
Value | Meaning |
---|---|
STATUS_SUCCESS | The attribute has been set successfully. |
STATUS_NOT_SUPPORTED | The attribute is not supported. |
STATUS_INVALID_PARAMETER | The attribute to be set is in the wrong format. |