AccessGrantedProcessDesiredAccess Property

The kind of access granted or denied.

Syntax

ANSI (Cross Platform)
int GetAccessGrantedProcessDesiredAccess(int iAccessGrantedProcessIndex);

Unicode (Windows)
INT GetAccessGrantedProcessDesiredAccess(INT iAccessGrantedProcessIndex);
- (int)accessGrantedProcessDesiredAccess:(int)accessGrantedProcessIndex;
#define PID_CBDRIVE_ACCESSGRANTEDPROCESSDESIREDACCESS 7

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

0

Remarks

The kind of access granted or denied.

This property specifies what kind of access is granted or denied by the rule. Possible values are:

STG_DACCESS_READ0x00000001Grant/deny read access.

STG_DACCESS_WRITE0x00000002Grant/deny write access.

STG_DACCESS_READWRITE0x00000003Grant/deny read and write access.

The AccessGrantedProcessIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AccessGrantedProcessCount property.

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

Data Type

Integer

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