Echelon OpenLDV User Manual Page 45

  • Download
  • Add to my manuals
  • Print
  • Page
    / 194
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 44
OpenLDV Programmer’s Guide 37
Parameter Direction Description
tag Input Correlates notification messages with sessions. This tag is
supplied as the LPARAM parameter of all session state
change messages.
Remarks
Use this function to register a Windows HWND object for receiving session
change notifications. This handle is the same as that passed to one of the open
functions (ldv_open(), ldv_open_cap(), or ldvx_open()).
ldvx_shutdown()
Call this function to cleanly shut down the OpenLDV driver before exiting your
application.
Syntax
LPCSTR LDVAPI ldvx_shutdown(
VOID
)
Remarks
Call this function once before allowing the application to exit to avoid delays on
shutdown. After you call this function, you cannot access the OpenLDV driver
again.
Structures and Enumerations for the Device API
This section describes the structures and enumerations defined for the OpenLDV
device API.
LDVDeviceInfo Structure
The device API functions refer to the LDVDeviceInfo structured data type:
typedef struct LDVDeviceInfo
{
DWORD size;
const LDVDriverInfo* driver;
LPCSTR name;
LPCSTR physName;
LPCSTR desc;
LDVDeviceCaps caps;
LDVDeviceCaps capsMask;
BYTE transId;
LDVDriverID driverId;
} LDVDeviceInfo;
Page view 44
1 2 ... 40 41 42 43 44 45 46 47 48 49 50 ... 193 194

Comments to this Manuals

No comments