Jancy Standard Library Reference
  • Standard Typedefs
  • RTL (Runtime Library)
  • C Runtime Functions
  • General Purpose Library
  • System Facilities
  • IO (Input/Output) Library
  • ‘disposable’ Variables
  • ‘errorcode’ Functions
  • Global Namespace
    • namespace io
      • namespace io.lnx
      • namespace io.psx
      • namespace io.win
    • namespace jnc
    • namespace std
    • namespace sys
Jancy Standard Library Reference
  • Global Namespace
  • namespace io
  • namespace io.win

namespace io.win

namespace win {

// enums

enum DeviceMonitorKeyboardEventFlag;
enum DeviceMonitorMouseEventFlag;
enum DeviceMonitorNotifyCode;
enum URB_FUNCTION;
enum USBD_STATUS;

// structs

struct DeviceMonitorCloseNotifyParams;
struct DeviceMonitorCreateMailslotNotifyParams;
struct DeviceMonitorCreateNamedPipeNotifyParams;
struct DeviceMonitorCreateNotifyParams;
struct DeviceMonitorIoctlNotifyParams;
struct DeviceMonitorKeyboardEventParams;
struct DeviceMonitorKeyboardInput;
struct DeviceMonitorMouseEventParams;
struct DeviceMonitorMouseInput;
struct DeviceMonitorReadWriteNotifyParams;

} // namespace win
Previous Next

© Copyright 2012-2025, Tibbo Technology Inc.

Built with Sphinx using a theme provided by Read the Docs.