SharedLibLoader.bindFunc_stdcall

Binds a function pointer to a stdcall symbol in this loader's shared library.

On builds for anything other than 32-bit Windows, this simply delegates to bindFunc.

class SharedLibLoader
final
void
bindFunc_stdcall
(
Func
)
(
ref Func f
,)

Throws

SymbolLoadException if doThrow is true and a the symbol specified by funcName is missing from the shared library.

Meta