windows-nt/Source/XPSP1/NT/shell/cpls/system/netid.h

35 lines
401 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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_