9#if !defined(OWL_IPADDRES_H)
13#if defined(BI_HAS_PRAGMA_ONCE)
44 int GetFirst() {
return ((Address>>24)& 0xff); }
46 int GetThird() {
return ((Address>>8) & 0xff); }
80 void SetFocus(
const TIPFields&
fld);
82 bool SetRange(
const TIPFields&
fld,
int minv,
int maxv);
#define PRECONDITION(condition)
TControl unifies its derived control classes, such as TScrollBar, TControlGadget, and TButton.
Also used as transfer buffer.
void SetAddress(int f0, int f1, int f2, int f3)
static uint32 MakeIPAddress(int f0, int f1, int f2, int f3)
TIPAddressBits(int fld0, int fld1, int fld2, int fld3)
void SetAddress(uint32 address)
TIPAddressBits(uint32 address=0)
TIPAddressBits GetAddress() const
bool SetRange(const TIPFields &fld, int minv, int maxv)
uint Transfer(TIPAddressBits &address, TTransferDirection direction)
Safe overload.
void SetAddress(const TIPAddressBits &address)
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
Type-safe encapsulation of a Windows class name, a union between ATOM and LPCTSTR.
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
HWND SetFocus()
Sets the keyboard focus to current window and activates the window that receives the focus by sending...
TResult SendMessage(TMsgId, TParam1=0, TParam2=0) const
Sends a message (msg) to a specified window or windows.
HWND GetHandle() const
Returns the handle of the window.
Definition of classes for CommonControl encapsulation.
Definition of class TControl.
TTransferDirection
The TTransferDirection enum describes the constants that the transfer function uses to determine how ...
Object Windows Library (OWLNext Core)
LPARAM TParam2
Second parameter type.
WPARAM TParam1
First parameter type.