AccessDeniedProcessIncludeChildren Property

Whether child processes are affected.

Syntax

ANSI (Cross Platform)
int GetAccessDeniedProcessIncludeChildren(int iAccessDeniedProcessIndex);

Unicode (Windows)
BOOL GetAccessDeniedProcessIncludeChildren(INT iAccessDeniedProcessIndex);
- (BOOL)accessDeniedProcessIncludeChildren:(int)accessDeniedProcessIndex;
#define PID_CBDRIVE_ACCESSDENIEDPROCESSINCLUDECHILDREN 3

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

FALSE

Remarks

Whether child processes are affected.

This property indicates whether the rule applies to children of the target process.

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

Boolean

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