uLib  User mode C/C++ extended API library for Win32 programmers.

Module Description

Supplementary structured types.

Classes

struct  RECTS
 
struct  SIZES
 

Typedefs

typedef const SIZE * LPCSIZE
 
typedef struct _RECTS * PRECTS
 
typedef struct _RECTS * LPRECTS
 
typedef const RECTSLPCRECTS
 
typedef struct _SIZES * PSIZES
 
typedef struct _SIZES * LPSIZES
 
typedef const SIZESLPCSIZES
 

Class Documentation

◆ RECTS

struct RECTS

Small (old) rect (forgotten in WinDef.h)

Definition at line 494 of file Common.h.

Class Members
SHORT left
SHORT top
SHORT right
SHORT bottom

◆ SIZES

struct SIZES

Small size (lParam overlay)

Definition at line 504 of file Common.h.

Class Members
SHORT cx
SHORT cy

Typedef Documentation

◆ LPCSIZE

typedef const SIZE* LPCSIZE

Ptr to const SIZE struct.

Definition at line 486 of file Common.h.

◆ PRECTS

typedef struct _RECTS * PRECTS

Small (old) rect (forgotten in WinDef.h)

◆ LPRECTS

typedef struct _RECTS * LPRECTS

◆ LPCRECTS

typedef const RECTS* LPCRECTS

Definition at line 500 of file Common.h.

◆ PSIZES

typedef struct _SIZES * PSIZES

Small size (lParam overlay)

◆ LPSIZES

typedef struct _SIZES * LPSIZES

◆ LPCSIZES

typedef const SIZES* LPCSIZES

Definition at line 508 of file Common.h.