mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[PSDK]
* Update tapi.h. svn path=/trunk/; revision=60410
This commit is contained in:
@@ -749,6 +749,15 @@ typedef struct linetranslateoutput_tag {
|
||||
DWORD dwTranslateResults;
|
||||
} LINETRANSLATEOUTPUT, *LPLINETRANSLATEOUTPUT;
|
||||
|
||||
typedef struct linemessage_tag {
|
||||
DWORD hDevice;
|
||||
DWORD dwMessageID;
|
||||
DWORD_PTR dwCallbackInstance;
|
||||
DWORD_PTR dwParam1;
|
||||
DWORD_PTR dwParam2;
|
||||
DWORD_PTR dwParam3;
|
||||
} LINEMESSAGE, *LPLINEMESSAGE;
|
||||
|
||||
typedef void (CALLBACK *LINECALLBACK)(DWORD, DWORD, DWORD, DWORD, DWORD, DWORD);
|
||||
|
||||
typedef struct _PHONEAPP {
|
||||
@@ -819,6 +828,27 @@ typedef struct phoneextensionid_tag {
|
||||
DWORD dwExtensionID3;
|
||||
} PHONEEXTENSIONID, *LPPHONEEXTENSIONID;
|
||||
|
||||
typedef struct phoneinitializeexparams_tag {
|
||||
DWORD dwTotalSize;
|
||||
DWORD dwNeededSize;
|
||||
DWORD dwUsedSize;
|
||||
DWORD dwOptions;
|
||||
union {
|
||||
HANDLE hEvent;
|
||||
HANDLE hCompletionPort;
|
||||
} Handles;
|
||||
DWORD dwCompletionKey;
|
||||
} PHONEINITIALIZEEXPARAMS, *LPPHONEINITIALIZEEXPARAMS;
|
||||
|
||||
typedef struct phonemessage_tag {
|
||||
DWORD hDevice;
|
||||
DWORD dwMessageID;
|
||||
DWORD_PTR dwCallbackInstance;
|
||||
DWORD_PTR dwParam1;
|
||||
DWORD_PTR dwParam2;
|
||||
DWORD_PTR dwParam3;
|
||||
} PHONEMESSAGE, *LPPHONEMESSAGE;
|
||||
|
||||
typedef struct phonestatus_tag {
|
||||
DWORD dwTotalSize;
|
||||
DWORD dwNeededSize;
|
||||
|
||||
Reference in New Issue
Block a user