windows-nt/Source/XPSP1/NT/shell/cpls/system/netid.h
2020-09-26 16:20:57 +08:00

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_