Casio PA-2400W Software Manual page 33

C library manual
Hide thumbs Also See for PA-2400W:
Table of Contents

Advertisement

BOOL CallSip( HWND hWnd, WPARAM wId)
{
HWND hSip;
UINT CmdMessage = WM_USER;
hSip = FindWindow( ClassName_TSR, NULL);
if ( hSip == NULL) {
MessageBox( hWnd, TEXT("Error: FindWindow failed!"),
TEXT("SIPanel Sample"), MB_OK);
return FALSE;
}
switch( wId) {
case IDC_BTN_TEXT:
CmdMessage++;
case IDC_BTN_TEN:
CmdMessage++;
break;
default:
return FALSE;
}
SendMessage( hSip, CmdMessage, 0, 0);
return TRUE;
}
33
// Find "SipTsr"
// Send message to SipTsr

Advertisement

Table of Contents
loading

Table of Contents