Data Structures |
| struct | IPPART_INFO |
| struct | IPADDRESS_INFO |
Defines |
| #define | POS_DEFAULT 0 |
| #define | POS_LEFT 1 |
| #define | POS_RIGHT 2 |
| #define | POS_SELALL 3 |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (ipaddress) |
| static LRESULT CALLBACK | IPADDRESS_SubclassProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static void | IPADDRESS_UpdateText (const IPADDRESS_INFO *infoPtr) |
| static LRESULT | IPADDRESS_Notify (const IPADDRESS_INFO *infoPtr, UINT command) |
| static INT | IPADDRESS_IPNotify (const IPADDRESS_INFO *infoPtr, INT field, INT value) |
| static int | IPADDRESS_GetPartIndex (const IPADDRESS_INFO *infoPtr, HWND hwnd) |
| static LRESULT | IPADDRESS_Draw (const IPADDRESS_INFO *infoPtr, HDC hdc) |
| static LRESULT | IPADDRESS_Create (HWND hwnd, const CREATESTRUCTA *lpCreate) |
| static LRESULT | IPADDRESS_Destroy (IPADDRESS_INFO *infoPtr) |
| static LRESULT | IPADDRESS_Enable (IPADDRESS_INFO *infoPtr, BOOL enabled) |
| static LRESULT | IPADDRESS_Paint (const IPADDRESS_INFO *infoPtr, HDC hdc) |
| static BOOL | IPADDRESS_IsBlank (const IPADDRESS_INFO *infoPtr) |
| static int | IPADDRESS_GetAddress (const IPADDRESS_INFO *infoPtr, LPDWORD ip_address) |
| static BOOL | IPADDRESS_SetRange (IPADDRESS_INFO *infoPtr, int index, WORD range) |
| static void | IPADDRESS_ClearAddress (const IPADDRESS_INFO *infoPtr) |
| static LRESULT | IPADDRESS_SetAddress (const IPADDRESS_INFO *infoPtr, DWORD ip_address) |
| static void | IPADDRESS_SetFocusToField (const IPADDRESS_INFO *infoPtr, INT index) |
| static BOOL | IPADDRESS_ConstrainField (const IPADDRESS_INFO *infoPtr, int currentfield) |
| static BOOL | IPADDRESS_GotoNextField (const IPADDRESS_INFO *infoPtr, int cur, int sel) |
| static LRESULT WINAPI | IPADDRESS_WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| void | IPADDRESS_Register (void) |
| void | IPADDRESS_Unregister (void) |
Variables |
| static const WCHAR | IP_SUBCLASS_PROP [] |