MCPcopy Create free account
hub / github.com/csound/csound / csoundOpenLibrary

Function csoundOpenLibrary

Top/csmodule.c:1047–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045#if defined(WIN32)
1046
1047PUBLIC int csoundOpenLibrary(void **library, const char *libraryPath)
1048{
1049 *library = (void*) LoadLibrary(libraryPath);
1050 return (*library != NULL ? 0 : -1);
1051}
1052
1053PUBLIC int csoundCloseLibrary(void *library)
1054{

Callers 1

csoundLoadExternalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected