FMOD.DSP.showConfigDialog C# (CSharp) Method

showConfigDialog() public method

public showConfigDialog ( IntPtr hwnd, bool show ) : RESULT
hwnd IntPtr
show bool
return RESULT
        public RESULT showConfigDialog          (IntPtr hwnd, bool show)
        {
            return FMOD_DSP_ShowConfigDialog          (rawPtr, hwnd, show);
        }