AttrValue Property

The attribute value.

Syntax

ANSI (Cross Platform)
int GetAttrValue(int iAttrIndex, char* &lpAttrValue, int &lenAttrValue);
int SetAttrValue(int iAttrIndex, const char* lpAttrValue, int lenAttrValue); Unicode (Windows) INT GetAttrValue(INT iAttrIndex, LPSTR &lpAttrValue, INT &lenAttrValue);
INT SetAttrValue(INT iAttrIndex, LPCSTR lpAttrValue, INT lenAttrValue);
- (NSString*)attrValue:(int)attrIndex;
- (void)setAttrValue:(int)attrIndex:(NSString*)newAttrValue;

- (NSData*)attrValueB:(int)attrIndex; - (void)setAttrValueB:(int)attrIndex:(NSData*)newAttrValue;
#define PID_RADIUS_ATTRVALUE 4

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_RADIUS_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_RADIUS_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_RADIUS_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

The attribute value.

The AttrIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AttrCount property.

This property is not available at design time.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 C++ Edition - Version 20.0 [Build 8155]