SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

CurrentLocks Property

The list of current object locks.

Syntax

ANSI (Cross Platform)
char* GetCurrentLocks();
int SetCurrentLocks(const char* lpszCurrentLocks); Unicode (Windows) LPWSTR GetCurrentLocks();
INT SetCurrentLocks(LPCWSTR lpszCurrentLocks);
@property (nonatomic,readwrite,assign,getter=currentLocks,setter=setCurrentLocks:) NSString* currentLocks;
- (NSString*)currentLocks;
- (void)setCurrentLocks:(NSString*)newCurrentLocks;
#define PID_WEBDAVCLIENT_CURRENTLOCKS 46

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_WebDAVClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_WebDAVClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Use this property to get the list of current object locks.

Data Type

String

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