Source code of Windows XP (NT5)
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

  1. //============================================================================
  2. // Copyright (c) 1995, Microsoft Corporation
  3. //
  4. // File: Upgrade.h
  5. //
  6. // History:
  7. // V Raman July-1-1997 Created.
  8. //
  9. // Entry points for ISDN upgrade
  10. //============================================================================
  11. DWORD
  12. NetWriteDIGIISDNRegistry(
  13. IN HKEY hKeyInstanceParameters,
  14. IN PCWSTR szPreNT5IndId,
  15. IN PCWSTR szNT5InfId,
  16. IN PCWSTR szSectionName,
  17. OUT PWSTR ** lplplpBuffer,
  18. IN OUT PDWORD pdwNumLines
  19. );