Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The LINEREQMEDIACALL structure describes a request initiated by a call to the lineGetRequest function. This data structure is obsolete and should not be used.
Syntax
typedef struct linereqmediacall_tag {
HWND hWnd;
WPARAM wRequestID;
char szDeviceClass[TAPIMAXDEVICECLASSSIZE];
unsigned char ucDeviceID[TAPIMAXDEVICEIDSIZE];
DWORD dwSize;
DWORD dwSecure;
char szDestAddress[TAPIMAXDESTADDRESSSIZE];
char szAppName[TAPIMAXAPPNAMESIZE];
char szCalledParty[TAPIMAXCALLEDPARTYSIZE];
char szComment[TAPIMAXCOMMENTSIZE];
} LINEREQMEDIACALL, *LPLINEREQMEDIACALL;
Members
hWnd
A handle to the window of the application that made the request.
wRequestID
The identifier of the request. Used to match an asynchronous response.
szDeviceClass[TAPIMAXDEVICECLASSSIZE]
The device class required to fill the request.
ucDeviceID[TAPIMAXDEVICEIDSIZE]
The device identifier.
dwSize
Size, in bytes, of this structure.
dwSecure
Not used.
szDestAddress[TAPIMAXDESTADDRESSSIZE]
The destination address.
szAppName[TAPIMAXAPPNAMESIZE]
The name of application that made the request.
szCalledParty[TAPIMAXCALLEDPARTYSIZE]
The called party name.
szComment[TAPIMAXCOMMENTSIZE]
The comment buffer.
Requirements
| Requirement | Value |
|---|---|
| Header | tapi.h |