SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

ResourceOwner Property

Indicates the resource owner.

Syntax

ANSI (Cross Platform)
char* GetResourceOwner();
int SetResourceOwner(const char* lpszResourceOwner); Unicode (Windows) LPWSTR GetResourceOwner();
INT SetResourceOwner(LPCWSTR lpszResourceOwner);
@property (nonatomic,readwrite,assign,getter=resourceOwner,setter=setResourceOwner:) NSString* resourceOwner;
- (NSString*)resourceOwner;
- (void)setResourceOwner:(NSString*)newResourceOwner;
#define PID_WEBDAVCLIENT_RESOURCEOWNER 84

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

This property indicates the resource owner.

Data Type

String

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