Eigentlich will ich das nur umschreiben, weiß nicht wie das in der Fachsprache heiß, also sowas ähnliches schreiben halt.
Hab hier in der Doku was gefunden... aber kopiere das nicht, hab in Delphi mit Pointer noch nicht gearbeitet.
Code:
Sets the value of a pointer config option.
BOOL BASS_SetConfigPtr(
DWORD option,
void *value
);
Parameters
option The option to set the value of... one of the following.
BASS_CONFIG_NET_AGENT "User-Agent" header.
BASS_CONFIG_NET_PROXY Proxy server settings.
other config options may be supported by add-ons, see the documentation.
value The new option setting. See the option's documentation for details on the possible values.
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.