LINEAPPINFO
typedef struct lineappinfo_tag {
} LINEAPPINFO, FAR *LPLINEAPPINFO;
DWORD dwMachineNameSize;
DWORD dwMachineNameOffset;
DWORD dwUserNameSize;
DWORD dwUserNameOffset;
DWORD dwModuleFilenameSize;
DWORD dwModuleFilenameOffset;
DWORD dwFriendlyNameSize;
DWORD dwFriendlyNameOffset;
DWORD dwMediaModes;
DWORD dwAddressID;
Members
-
dwMachineNameSize
-
dwMachineNameOffset
-
Size in bytes and offset from the beginning of LINEDEVSTATUS of a string specifying the name of the computer on which the application is executing.
-
dwUserNameSize
-
dwUserNameOffset
-
Size in bytes and offset from the beginning of LINEDEVSTATUS of a string specifying the user name under whose account the application is running.
-
dwModuleFilenameSize
-
dwModuleFilenameOffset
-
Size in bytes and offset from the beginning of LINEDEVSTATUS of a string specifying the module filename of the application. This string can be used in a call to lineHandoff to perform a directed handoff to the application.
-
dwFriendlyNameSize
-
dwFriendlyNameOffset
-
Size in bytes and offset from the beginning of LINEDEVSTATUS of the string provided by the application to lineInitialize or lineInitializeEx, which should be used in any display of applications to the user.
-
dwMediaModes
-
The media modes for which the application has requested ownership of new calls; zero if when it opened the line dwPrivileges did not include LINECALLPRIVILEGE_OWNER.
-
dwAddressID
-
If the line handle was opened using LINEOPENOPTION_SINGLEADDRESS, contains the address identifier specified; set to 0xFFFFFFFF if the single address option was not used.
QuickInfo
Version: Use TAPI version 2.0 and later
Header: Declared in tapi.h.
See Also
LINEDEVSTATUS, lineHandoff, lineInitialize, lineInitializeEx