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.
35 lines
897 B
35 lines
897 B
/** FILE: cyfriend.h ********* Module Header ********************************
|
|
*
|
|
*
|
|
* History:
|
|
*
|
|
* Copyright (C) 2000 Cyclades Corporation
|
|
*
|
|
*************************************************************************/
|
|
//==========================================================================
|
|
// Include Files
|
|
//==========================================================================
|
|
|
|
#ifndef CYFRIEND_H
|
|
#define CYFRIEND_H
|
|
|
|
|
|
//==========================================================================
|
|
// Function Prototypes
|
|
//==========================================================================
|
|
|
|
//
|
|
// cyfriend.c
|
|
//
|
|
extern
|
|
BOOL
|
|
ReplaceFriendlyName(
|
|
IN HDEVINFO DeviceInfoSet,
|
|
IN PSP_DEVINFO_DATA DeviceInfoData,
|
|
IN PTCHAR NewComName
|
|
);
|
|
|
|
|
|
|
|
#endif // CYFRIEND_H
|
|
|