35 lines
401 B
C
35 lines
401 B
C
|
/*++
|
||
|
|
||
|
Microsoft Confidential
|
||
|
Copyright (c) 1992-1997 Microsoft Corporation
|
||
|
All rights reserved
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
netid.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Public declarations for the Network ID tab of the System Control
|
||
|
Panel Applet
|
||
|
|
||
|
|
||
|
--*/
|
||
|
#ifndef _SYSDM_NETID_H_
|
||
|
#define _SYSDM_NETID_H_
|
||
|
|
||
|
//
|
||
|
// Public function prototypes
|
||
|
//
|
||
|
|
||
|
|
||
|
HPROPSHEETPAGE
|
||
|
CreateNetIDPage(
|
||
|
int,
|
||
|
DLGPROC
|
||
|
);
|
||
|
|
||
|
|
||
|
|
||
|
#endif // _SYSDM_NETID_H_
|