mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
698 B
29 lines
698 B
/* Copyright (c) 1991, Microsoft Corporation, all rights reserved
|
|
|
|
ipadd.h - TCP/IP Address custom control
|
|
|
|
November 9, 1992 - Greg Strange
|
|
*/
|
|
|
|
|
|
/* String table defines */
|
|
#define IDS_IPMBCAPTION 13240
|
|
#define IDS_IPNOMEM 13241
|
|
#define IDS_IPBAD_FIELD_VALUE 13242
|
|
|
|
#define MAX_IPNOMEMSTRING 30
|
|
#define MAX_IPCAPTION 30
|
|
#define MAX_IPRES 256
|
|
|
|
|
|
#ifdef IPDLL
|
|
/* IPAddress style dialog definitions */
|
|
#define ID_VISIBLE 201
|
|
#define ID_DISABLED 202
|
|
#define ID_GROUP 203
|
|
#define ID_TABSTOP 204
|
|
|
|
HANDLE FAR PASCAL IPAddressInfo();
|
|
BOOL FAR PASCAL IPAddressStyle( HWND, HANDLE, LPFNSTRTOID, LPFNIDTOSTR );
|
|
WORD FAR PASCAL IPAddressFlags( WORD, LPSTR, WORD );
|
|
#endif
|