ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

comm.c File Reference
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winioctl.h"
#include "winternl.h"
#include <ntddser.h>
#include "wine/unicode.h"
#include "wine/debug.h"

Go to the source code of this file.

Defines

#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define HeapAlloc   RtlAllocateHeap
#define HeapReAlloc   RtlReAllocateHeap
#define HeapFree   RtlFreeHeap

Typedefs

typedef LARGE_INTEGER PHYSICAL_ADDRESS
typedef LARGE_INTEGERPPHYSICAL_ADDRESS

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (comm)
static LPCWSTR COMM_ParseStart (LPCWSTR ptr)
static LPCWSTR COMM_ParseNumber (LPCWSTR ptr, LPDWORD lpnumber)
static LPCWSTR COMM_ParseParity (LPCWSTR ptr, LPBYTE lpparity)
static LPCWSTR COMM_ParseByteSize (LPCWSTR ptr, LPBYTE lpbytesize)
static LPCWSTR COMM_ParseStopBits (LPCWSTR ptr, LPBYTE lpstopbits)
static LPCWSTR COMM_ParseOnOff (LPCWSTR ptr, LPDWORD lponoff)
static BOOL COMM_BuildOldCommDCB (LPCWSTR device, LPDCB lpdcb)
static BOOL COMM_BuildNewCommDCB (LPCWSTR device, LPDCB lpdcb, LPCOMMTIMEOUTS lptimeouts)
BOOL WINAPI BuildCommDCBA (LPCSTR device, LPDCB lpdcb)
BOOL WINAPI BuildCommDCBAndTimeoutsA (LPCSTR device, LPDCB lpdcb, LPCOMMTIMEOUTS lptimeouts)
BOOL WINAPI BuildCommDCBAndTimeoutsW (LPCWSTR devid, LPDCB lpdcb, LPCOMMTIMEOUTS lptimeouts)
BOOL WINAPI BuildCommDCBW (LPCWSTR devid, LPDCB lpdcb)
BOOL WINAPI SetCommBreak (HANDLE handle)
BOOL WINAPI ClearCommBreak (HANDLE handle)
BOOL WINAPI EscapeCommFunction (HANDLE handle, DWORD func)
BOOL WINAPI PurgeComm (HANDLE handle, DWORD flags)
BOOL WINAPI ClearCommError (HANDLE handle, LPDWORD errors, LPCOMSTAT lpStat)
BOOL WINAPI SetupComm (HANDLE handle, DWORD insize, DWORD outsize)
BOOL WINAPI GetCommMask (HANDLE handle, LPDWORD evtmask)
BOOL WINAPI SetCommMask (HANDLE handle, DWORD evtmask)
static void dump_dcb (const DCB *lpdcb)
BOOL WINAPI SetCommState (HANDLE handle, LPDCB lpdcb)
BOOL WINAPI GetCommState (HANDLE handle, LPDCB lpdcb)
BOOL WINAPI TransmitCommChar (HANDLE hComm, CHAR chTransmit)
BOOL WINAPI GetCommTimeouts (HANDLE hComm, LPCOMMTIMEOUTS lptimeouts)
BOOL WINAPI SetCommTimeouts (HANDLE hComm, LPCOMMTIMEOUTS lptimeouts)
BOOL WINAPI GetCommModemStatus (HANDLE hFile, LPDWORD lpModemStat)
BOOL WINAPI WaitCommEvent (HANDLE hFile, LPDWORD lpdwEvents, LPOVERLAPPED lpOverlapped)
BOOL WINAPI GetCommProperties (HANDLE hFile, LPCOMMPROP lpCommProp)
BOOL WINAPI CommConfigDialogA (LPCSTR lpszDevice, HWND hWnd, LPCOMMCONFIG lpCommConfig)
BOOL WINAPI CommConfigDialogW (LPCWSTR lpszDevice, HWND hWnd, LPCOMMCONFIG lpCommConfig)
BOOL WINAPI GetCommConfig (HANDLE hFile, LPCOMMCONFIG lpCommConfig, LPDWORD lpdwSize)
BOOL WINAPI SetCommConfig (HANDLE hFile, LPCOMMCONFIG lpCommConfig, DWORD dwSize)
BOOL WINAPI SetDefaultCommConfigW (LPCWSTR lpszDevice, LPCOMMCONFIG lpCommConfig, DWORD dwSize)
BOOL WINAPI SetDefaultCommConfigA (LPCSTR lpszDevice, LPCOMMCONFIG lpCommConfig, DWORD dwSize)
BOOL WINAPI GetDefaultCommConfigW (LPCWSTR lpszName, LPCOMMCONFIG lpCC, LPDWORD lpdwSize)
BOOL WINAPI GetDefaultCommConfigA (LPCSTR lpszName, LPCOMMCONFIG lpCC, LPDWORD lpdwSize)

Variables

static const WCHAR lpszSerialUI []

Generated on Sun May 27 2012 05:11:53 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.