DSO_load

The all-singing all-dancing load function, you normally pass null for the first and third parameters. Use DSO_up and DSO_free for subsequent reference count handling. Any flags passed in will be set in the constructed DSO after its init() function but before the load operation. If 'dso' is non-null, 'flags' is ignored.

extern (C) nothrow @nogc
.DSO*
DSO_load
(,
const(char)* filename
,,
int flags
)

Meta