windows-nt/Source/XPSP1/NT/net/config/upgrade/digiupg/upgrade.h
2020-09-26 16:20:57 +08:00

23 lines
661 B
C

//============================================================================
// 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
);