|
SetDSPLibrary |
Top Previous Next |
|
SetDSPLibrary(LibName: String; LibHandle: Cardinal); - Delphi syntax SetDSPLibrary(string libName, System.IntPtr libHandle); - C# syntax SetDSPLibrary(LibName As String, LibHandle As System.IntPtr); - VB.NET syntax HRESULT SetDSPLibrary([in] BSTR LibName, [in] LONG LibHandle);
Description Sets the name (or handle) of helper DSP library. See the DSP detailed documentation for details
If the name is used – LibHandle should be zero If handle is used – LibName should be empty or NULL.
|