2.2.1.2 REDIR_SCARDHANDLE

REDIR_SCARDHANDLE represents a smart card reader handle associated with Smart Cards for Windows context.

 typedef struct _REDIR_SCARDHANDLE {
   REDIR_SCARDCONTEXT Context;
   [range(0,16)] unsigned long cbHandle;
   [size_is(cbHandle)] byte *pbHandle;
 } REDIR_SCARDHANDLE;

Context: A valid context, as specified in REDIR_SCARDCONTEXT.

cbHandle: The number of bytes in the pbHandle field.

pbHandle: An array of cbHandle bytes that corresponds to a smart card reader handle on the TS client. The data is implementation-specific and MUST NOT be interpreted or changed on the Protocol server.