|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.StopSoundFromRecorder (
nPlayer as Integer,
hWndRecorderCtrl as OLE_HANDLE
) as enumErrorCodes
|
|
[C++]
short control.StopSoundFromRecorder (
short nPlayer,
OLE_HANDLE hWndRecorderCtrl
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|
hWndRecorderCtrl
|
Window handle to the instance of Active Sound Recorder control
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful
|