OpenFileProcessName Property

The name of the process that opened the file.

Syntax

ANSI (Cross Platform)
char* GetOpenFileProcessName(int iOpenFileIndex);

Unicode (Windows)
LPWSTR GetOpenFileProcessName(INT iOpenFileIndex);
#define PID_CBFS_OPENFILEPROCESSNAME 31

CBFSCONNECT_EXTERNAL void* CBFSCONNECT_CALL CBFSConnect_CBFS_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

CBFSCONNECT_EXTERNAL int CBFSCONNECT_CALL CBFSConnect_CBFS_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

The name of the process that opened the file.

This property reflects the name of the process that opened the file.

The OpenFileIndex parameter specifies the index of the item in the array. The size of the array is controlled by the OpenFilesCount property.

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

Data Type

String

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Connect 2020 C++ Edition - Version 20.0 [Build 8348]