MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / getProcAddress

Method getProcAddress

include/cpp/Pointer.h:478–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476public:
477
478 inline static AutoCast getProcAddress(String inLib, String inPrim)
479 {
480 return AutoCast(__hxcpp_get_proc_address(inLib, inPrim,false));
481 }
482
483
484 template<typename T>

Callers

nothing calls this directly

Calls 2

AutoCastClass · 0.85
__hxcpp_get_proc_addressFunction · 0.85

Tested by

no test coverage detected