| OpenAL Specification and Reference | ||
|---|---|---|
| <<< Previous | Extensions | Next >>> |
void * GetProcAddress( const ubyte * funcName);
Applications can use GetProcAddress to obtain core API entry points, not just extensions. This is the recommended way to dynamically load and unload AL DLL's as sound drivers.
| <<< Previous | Home | Next >>> |
| Extensions | Up | Retrieving Enumeration Values |