FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
acad/Global Structs.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
19#if defined (__cplusplus) || defined (__cplusplus__)
21{
22};
23
25{
26};
27
29{
30};
31
33{
34};
35
37{
38};
39
40#ifdef _AFXDLL //-------------------
41struct AcColorSettings
42{
43public:
55
56};
57#endif // enf of _AFXDLL ---
58
60{
61};
62
64{
65};
66
67struct AcNFWWSInfo
68{
69};
70
72{
73};
74
75struct AcScaleEntry
76{
77};
78
80{
81};
82
83struct IAcSmDatabase
84{
85};
86
87struct IAcSmPersist
88{
89};
90
91struct IOpm
92{
93};
94
95struct IPEControl
96{
97};
98
99struct IPESettings
100{
101};
102
103struct IPEState
104{
105};
106
107struct _window
108{
109};
110
111struct pview
112{
113};
114
115struct ads_binary
116{
117 short clen;
118 char* buf;
119};
120
121union ads_u_val
122{
123 uintptr_t rlname[2];
124 long rlong;
125 TCHAR* rstring;
126 double rpoint[3];
127 short rint;
128 double rreal;
130 long long mnInt64;
132 unsigned char ihandle[8];
133};
134
135struct resbuf
136{
137 resbuf( resbuf* rbn = nullptr ) : rbnext( rbn ) {}
138 resbuf( resbuf* rbn, int rst ) : rbnext( rbn), restype( rst ) {}
139 resbuf* rbnext;
140 int restype;
141
142 union ads_u_val resval;
143};
144
145struct spoint
146{
147};
148
149struct tagABITMAPINFO
150{
151};
152
153struct tagOLDLOGFONT
154{
155};
156
157#endif