mirror of https://github.com/tongzx/nt5src
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.
22 lines
661 B
22 lines
661 B
//============================================================================
|
|
// Copyright (c) 1995, Microsoft Corporation
|
|
//
|
|
// File: Upgrade.h
|
|
//
|
|
// History:
|
|
// V Raman July-1-1997 Created.
|
|
//
|
|
// Entry points for ISDN upgrade
|
|
//============================================================================
|
|
|
|
|
|
DWORD
|
|
NetWriteDIGIISDNRegistry(
|
|
IN HKEY hKeyInstanceParameters,
|
|
IN PCWSTR szPreNT5IndId,
|
|
IN PCWSTR szNT5InfId,
|
|
IN PCWSTR szSectionName,
|
|
OUT PWSTR ** lplplpBuffer,
|
|
IN OUT PDWORD pdwNumLines
|
|
);
|
|
|