bindSymbol_stdcall

Formats a symbol using the Windows stdcall mangling if necessary before passing it on to bindSymbol.

@nogc nothrow
void
bindSymbol_stdcall
(
Func
)
(,
ref Func f
,
const(char)* symbolName
)

Parameters

lib SharedLib

a valid handle to a shared library loaded via the load function.

symbolName const(char)*

the name of the symbol to bind.

Meta