MountingPointName Property

The mounting point name.

Syntax

ANSI (Cross Platform)
char* GetMountingPointName(int iMountingPointIndex);

Unicode (Windows)
LPWSTR GetMountingPointName(INT iMountingPointIndex);
- (NSString*)mountingPointName:(int)mountingPointIndex;
#define PID_CBDISK_MOUNTINGPOINTNAME 5

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

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

Default Value

""

Remarks

The mounting point name.

This property reflects the name of the mounting point (i.e., the value passed to the AddMountingPoint method's MountingPoint parameter).

The MountingPointIndex parameter specifies the index of the item in the array. The size of the array is controlled by the MountingPointCount 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]