MessageId Property

The message identifier for the next LDAP request.

Syntax

ANSI (Cross Platform)
int GetMessageId();
int SetMessageId(int iMessageId); Unicode (Windows) INT GetMessageId();
INT SetMessageId(INT iMessageId);
@property (nonatomic,readwrite,assign,getter=messageId,setter=setMessageId:) int messageId;
- (int)messageId;
- (void)setMessageId:(int)newMessageId;
#define PID_LDAP_MESSAGEID 19

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_LDAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_LDAP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

1

Remarks

This property contains the message identifier for the next LDAP request. If a custom value is needed, this property must be set before calling any other methods. The class increments this property automatically after each request.

This property is not available at design time.

Data Type

Integer

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