2.2.3.14 GetReaderIcon_Return

The GetReaderIcon_Return structure is used to obtain the data that corresponds to the lookup item requested in the GetReaderIcon_Call as specified in section 2.2.2.31. For more information, see section 3.1.4.48.

 typedef struct _GetReaderIcon_Return {
   long ReturnCode;
   [range(0, 4194304)] unsigned long cbDataLen;
   [unique, size_is(cbDataLen)] byte* pbData;
 } GetReaderIcon_Return;

ReturnCode: HRESULT or Win32 error code. Zero indicates success; any other value indicates failure.

cbDataLen: The number of bytes in the pbData field.

pbData: The value of the lookup item.