Tag Property

Stores application-defined data specific to this instance of the class.

Syntax

ANSI (Cross Platform)
int64 GetTag();
int SetTag(int64 lTag); Unicode (Windows) LONG64 GetTag();
INT SetTag(LONG64 lTag);
#define PID_FUSE_TAG 2

CBFSFUSE_EXTERNAL void* CBFSFUSE_CALL CBFSFUSE_FUSE_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
CBFSFUSE_EXTERNAL int CBFSFUSE_CALL CBFSFUSE_FUSE_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

This property can be used to store data specific to a particular instance of the class.

Data Type

Long64

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