StrictAltitude Property

How to behave if the specified altitude is already in use.

Syntax

ANSI (Cross Platform)
int GetStrictAltitude();
int SetStrictAltitude(int bStrictAltitude); Unicode (Windows) BOOL GetStrictAltitude();
INT SetStrictAltitude(BOOL bStrictAltitude);
#define PID_CBPROCESS_STRICTALTITUDE 4

CBFSFILTER_EXTERNAL void* CBFSFILTER_CALL CBFSFilter_CBProcess_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
CBFSFILTER_EXTERNAL int CBFSFILTER_CALL CBFSFilter_CBProcess_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

This property specifies how the class's system driver should behave if the specified Altitude is already in use when the StartFilter method is called.

If this property is enabled, the filter will fail to attach. If this property is disabled (default), the driver will attempt to use an adjacent altitude value to attach the filter.

Data Type

Boolean

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