UICB_ShowKeyComponent_t
Display a key component and KCV.
Synopsis
#include < uicallbacks.h >
CK_RV(* UICB_ShowKeyComponent_t)( int compNum, int numComps, const char * pKeyComp, const char * pKCV );
| Parameter | Description |
|---|---|
| compNum | The current key component number. |
| numComps | The number of components to display. |
| pKeyComp | The key component to display. |
| pKCV | The KCV of the component to display. |