SecureBlackbox 2020 C++ Edition

Questions / Feedback?

LockTimeout Property

Specifies the timeout of the current lock.

Syntax

ANSI (Cross Platform)
int GetLockTimeout();
int SetLockTimeout(int iLockTimeout); Unicode (Windows) INT GetLockTimeout();
INT SetLockTimeout(INT iLockTimeout);
@property (nonatomic,readwrite,assign,getter=lockTimeout,setter=setLockTimeout:) int lockTimeout;
- (int)lockTimeout;
- (void)setLockTimeout:(int)newLockTimeout;
#define PID_WEBDAVCLIENT_LOCKTIMEOUT 68

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_WebDAVClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_WebDAVClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

1000000

Remarks

Use this property to get the timeout figure for the current lock.

Data Type

Integer

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