MountingPointAuthenticationId Property

The Authentication ID used when creating the mounting point, if applicable.

Syntax

ANSI (Cross Platform)
int64 GetMountingPointAuthenticationId(int iMountingPointIndex);

Unicode (Windows)
LONG64 GetMountingPointAuthenticationId(INT iMountingPointIndex);
#define PID_CBFS_MOUNTINGPOINTAUTHENTICATIONID 22

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

0

Remarks

The Authentication ID used when creating the mounting point, if applicable.

If the STGMP_LOCAL flag is included in the MountingPointFlags value, this property reflects the Authentication ID of the user session in which the mounting point was added. Will be 0 if the mounting point was added in the current user session or globally.

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

Long64

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