Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Audio...
#5
Function Function2
Code:
Copy      Help
;;What does mixerGetLineInfo do and how do I use it?
mixerGetLineInfo ;;function retrieves information about a specific line of a mixer device.

;This is what pops up when I Ctrl+(L)Click-->
dll winmm [mixerGetLineInfoA]#mixerGetLineInfo hmxobj MIXERLINE*pmxl fdwInfo

;;I can't make heads or tales out of getting anything to work yet.
;;hmxobj and pmxl?? Not a clue.

;;then of course ther is:
;;which is nice to look at,
;;but still might as well be greek-->

;MMRESULT mixerGetLineInfo(
;;;HMIXEROBJ hmxobj,  
;;;LPMIXERLINE pmxl,  
;;;DWORD fdwInfo      
;);

;;http://msdn.microsoft.com/en-us/library/ms712120(VS.85).aspx


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)