TwiceAsNice  2019-02-18
Classes | Macros | Functions
libfli-sys.h File Reference
#include <windows.h>
#include <limits.h>
Include dependency graph for libfli-sys.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  fli_io_t
 
struct  fli_sysinfo_t
 

Macros

#define LIBFLIAPI   __declspec(dllimport) long __stdcall
 
#define __SYSNAME__   "Windows"
 
#define __LIBFLI_MINOR__   104
 
#define snprintf   _snprintf
 
#define USB_READ_SIZ_MAX   (65535)
 
#define USB_MAX_PIPES   (10)
 
#define EOVERFLOW   ERROR_INSUFFICIENT_BUFFER
 

Functions

long fli_connect (flidev_t dev, char *name, long domain)
 
long fli_disconnect (flidev_t dev)
 
long fli_lock (flidev_t dev)
 
long fli_unlock (flidev_t dev)
 
long fli_list (flidomain_t domain, char ***names)
 

Macro Definition Documentation

◆ __LIBFLI_MINOR__

#define __LIBFLI_MINOR__   104

◆ __SYSNAME__

#define __SYSNAME__   "Windows"

◆ EOVERFLOW

#define EOVERFLOW   ERROR_INSUFFICIENT_BUFFER

◆ LIBFLIAPI

#define LIBFLIAPI   __declspec(dllimport) long __stdcall

◆ snprintf

#define snprintf   _snprintf

◆ USB_MAX_PIPES

#define USB_MAX_PIPES   (10)

◆ USB_READ_SIZ_MAX

#define USB_READ_SIZ_MAX   (65535)

Function Documentation

◆ fli_connect()

long fli_connect ( flidev_t  dev,
char *  name,
long  domain 
)

◆ fli_disconnect()

long fli_disconnect ( flidev_t  dev)

◆ fli_list()

long fli_list ( flidomain_t  domain,
char ***  names 
)

◆ fli_lock()

long fli_lock ( flidev_t  dev)

◆ fli_unlock()

long fli_unlock ( flidev_t  dev)