windows-nt/Source/XPSP1/NT/net/config/upgrade/digiupg/upgrade.h

23 lines
661 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//============================================================================
// 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
);