Logo

void _stdcall sapi_lipsync::sapi_callback WPARAM  wParam,
LPARAM  lParam
[static, protected]
 

static method used to receive notifications from SAPI

Callback method. This method dispatches the callback to the class which installed the method, using unsafe casting.

Definition at line 263 of file sapi_lipsync.cpp.

00264 {
00265     sapi_lipsync* pThis = (sapi_lipsync*)lParam;
00266     pThis->callback();
00267 }


Copyright (C) 2002-2005 Annosoft LLC. All Rights Reserved.
Visit us at www.annosoft.com