[Wine] Re: Another TAPI issue (Microkey Millennium)

jorl17 wineforum-user at winehq.org
Tue Sep 6 12:14:43 CDT 2011


Ah, it may be the case that the LPPHONEMESSAGE structure isn't defined!

Add the following:


Code:
typedef struct phonemessage_tag {
  DWORD     hDevice;
  DWORD     dwMessageID;
  DWORD_PTR dwCallbackInstance;
  DWORD_PTR dwParam1;
  DWORD_PTR dwParam2;
  DWORD_PTR dwParam3;
} PHONEMESSAGE, *LPPHONEMESSAGE;



Right below the line that reads 
Code:
} PHONEINITIALIZEEXPARAMS, *LPPHONEINITIALIZEEXPARAMS;



That's copied right out of MSDN.

Cheers,

Jorl17







More information about the wine-users mailing list