2025-04-27 07:49:33 -04:00

35 lines
435 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_