IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

RandInt Property

The random integer.

Syntax

ANSI (Cross Platform)
int GetRandInt();

Unicode (Windows)
INT GetRandInt();
@property (nonatomic,readonly,assign,getter=randInt) int randInt;
- (int)randInt;
#define PID_EZRAND_RANDINT 6

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

Default Value

0

Remarks

This property holds the random integer generated by calling GetNextInt.

This property is read-only.

Data Type

Integer

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