far3api v3.0.5445 (2019-08-13T19:39:30Z)
Dub
Repo
FarMacroValue.__anonymous
farplugin
FarMacroValue
Undocumented in source.
struct
FarMacroValue
union
__anonymous {
long
Integer
;
long
Boolean
;
double
Double
;
const
(
wchar
)*
String
;
void
*
Pointer
;
FarMacroValueBinary
Binary
;
FarMacroValueArray
Array
;
}
Members
Variables
Array
FarMacroValueArray
Array
;
Undocumented in source.
Binary
FarMacroValueBinary
Binary
;
Undocumented in source.
Boolean
long
Boolean
;
Undocumented in source.
Double
double
Double
;
Undocumented in source.
Integer
long
Integer
;
Undocumented in source.
Pointer
void
*
Pointer
;
Undocumented in source.
String
const
(
wchar
)*
String
;
Undocumented in source.
Meta
Source
See Implementation
farplugin
FarMacroValue
constructors
this
unions
__anonymous
variables
Type