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.
34 lines
435 B
34 lines
435 B
/*++
|
|
|
|
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_
|