dlmfuncs.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------------------+
2 |
3 | Supplied under applicable software license agreement.
4 |
5 | Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved.
6 |
7 +---------------------------------------------------------------------------------------*/
8 #pragma once
9 
10 /*----------------------------------------------------------------------+
11 | |
12 | Parameters for "dlmSystem_" user functions |
13 | |
14 +----------------------------------------------------------------------*/
15 /* Function types specified with dlmSystem_setFunction. */
16 #define DLM_SYSTEM_MDL_UNLOAD 1
17 #define DLM_SYSTEM_DLM_UNLOAD 2
18 #define DLM_SYSTEM_CACHEFILL 3
19 #define DLM_SYSTEM_CACHEINFO 4
20 #define DLM_SYSTEM_RAWINPUT_MONITOR 5
21 #define DLM_SYSTEM_BEEP 6
22 #define DLM_SYSTEM_UPDATE_EACH_ELEMENT 13 // deprecated does nothing for V8.9 and above..
23 #define DLM_SYSTEM_APPDISP_VIEWLINESTYLEFUNC 14
24 

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.