IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

Max Property

The exclusive upper bound.

Syntax

ANSI (Cross Platform)
int GetMax();
int SetMax(int iMax); Unicode (Windows) INT GetMax();
INT SetMax(INT iMax);
@property (nonatomic,readwrite,assign,getter=max,setter=setMax:) int max;
- (int)max;
- (void)setMax:(int)newMax;
#define PID_EZRAND_MAX 2

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_EzRand_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSENCRYPT_EXTERNAL int IPWORKSENCRYPT_CALL IPWorksEncrypt_EzRand_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

100

Remarks

This property specifies the exclusive upper bound of the random integer to be generated. The value must be greater than Min. The default value is 100.

Data Type

Integer

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