RJ10DLL::OpenIFInput
BOOL OpenIFInput( HWND audioin, DWORD
IFJet1102DLLThread_ID );
Return Value
Nonzero if successful; otherwise 0.
Parameters
HWND
audioin
this is the handle of your window, that receive all the
messages of the radiojet audio system.
DWORD IFJet1102DLLThread_ID
this is the handle of your background thread.
The radiojet audio system send the messages WM_PROCESS_IF
and now you can handle the data or pass the command.
Remarks
Open IF Input with your audio messages
window and backprocess.
Example
see ProcessIFInput
See Also -->
RJ10M-DLL.h |