AccessDeniedProcessName Property

The filename of the target process's executable.

Syntax

ANSI (Cross Platform)
char* GetAccessDeniedProcessName(int iAccessDeniedProcessIndex);

Unicode (Windows)
LPWSTR GetAccessDeniedProcessName(INT iAccessDeniedProcessIndex);
- (NSString*)accessDeniedProcessName:(int)accessDeniedProcessIndex;
#define PID_CBDRIVE_ACCESSDENIEDPROCESSNAME 5

CBFSSTORAGE_EXTERNAL void* CBFSSTORAGE_CALL CBFSStorage_CBDrive_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

CBFSSTORAGE_EXTERNAL int CBFSSTORAGE_CALL CBFSStorage_CBDrive_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

The filename of the target process's executable.

This property reflects the full filename of the target process's executable. Will be empty if the target process was specified by AccessDeniedProcessProcessId (or if the rule applies to all processes, in which case AccessDeniedProcessProcessId will be -1).

The AccessDeniedProcessIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AccessDeniedProcessCount property.

This property is read-only and not available at design time.

Data Type

String

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 C++ Edition - Version 20.0 [Build 8031]