LINEREQMEDIACALL structure (tapi.h)
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 |