Nebula
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
j
l
m
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
y
Enumerations
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Events
Related Symbols
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
Variables
b
c
g
h
i
j
k
m
o
r
s
t
v
w
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
library.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
11
#if __WIN32__
12
#include "
win32/win32library.h
"
13
namespace
System
14
{
15
typedef
Win32::Win32Library
Library
;
16
}
17
#else
18
#error "System::Library not implemented on this platform!"
19
#endif
20
//------------------------------------------------------------------------------
21
Library
Use to load dynamic libraries and their addresses.
Win32::Win32Library
Load and handle an external DLL.
Definition
win32library.h:20
System
Definition
osxsysfunc.h:15
win32library.h
code
foundation
system
library.h
Generated on Tue Jan 28 2025 22:43:00 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.