CRYPT_KEY_PROV_PARAM (Windows CE 5.0)
This structure contains data to be passed as the arguments to the CryptSetProvParam function. This structure is pointed to by the elements of the rgProvParam array in the CRYPT_KEY_PROV_INFO structure.
typedef struct _CRYPT_KEY_PROV_PARAM {DWORDdwParam;BYTE* pbData;DWORDcbData;DWORDdwFlags;} CRYPT_KEY_PROV_PARAM, *PCRYPT_KEY_PROV_PARAM;
Members
- dwParam
Number of the parameter to set. - pbData
Pointer to an array of bytes. - cbData
Size, in bytes, of pbData. - dwFlags
This member is reserved for future use and is zero.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
See Also
CryptSetProvParam | CRYPT_KEY_PROV_INFO
Send Feedback on this topic to the authors