IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

CertExtensionCount Property

The number of records in the CertExtension arrays.

Syntax

ANSI (Cross Platform)
int GetCertExtensionCount();
int SetCertExtensionCount(int iCertExtensionCount); Unicode (Windows) INT GetCertExtensionCount();
INT SetCertExtensionCount(INT iCertExtensionCount);
#define PID_CERTMGR_CERTEXTENSIONCOUNT 24

IPWORKSBT_EXTERNAL void* IPWORKSBT_CALL IPWorksBT_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSBT_EXTERNAL int IPWORKSBT_CALL IPWorksBT_CertMgr_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

This property controls the size of the following arrays:

The array indices start at 0 and end at CertExtensionCount - 1.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Bluetooth 2020 C++ Edition - Version 20.0 [Build 7941]