Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

40 lines
900 B

// getipadd.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CGetIpAddressDlg dialog
class CGetIpAddressDlg : public CDialog
{
// Construction
public:
CGetIpAddressDlg(
CIpNamePair * pipnp,
CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGetIpAddressDlg)
enum { IDD = IDD_GETIPADDRESS };
CButton m_button_Ok;
CStatic m_static_NetBIOSName;
//}}AFX_DATA
CWndIpAddress m_ipa_IpAddress;
// Implementation
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Generated message map functions
//{{AFX_MSG(CGetIpAddressDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
afx_msg void OnChangeIpControl();
void HandleControlStates();
private:
CIpNamePair * m_pipnp;
};