Leaked source code of windows server 2003
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
1.3 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: N C O C . H
  7. //
  8. // Contents: Optional component common library
  9. //
  10. // Notes:
  11. //
  12. // Author: danielwe 18 Dec 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef _NCOC_H
  17. #define _NCOC_H
  18. HRESULT HrProcessSNMPAddSection(HINF hinfFile, PCWSTR szSection);
  19. HRESULT HrProcessSNMPRemoveSection(HINF hinfFile, PCWSTR szSection);
  20. HRESULT HrProcessRegisterSection(HINF hinfFile, PCWSTR szSection);
  21. HRESULT HrProcessUnregisterSection(HINF hinfFile, PCWSTR szSection);
  22. HRESULT HrProcessAllINFExtensions(HINF hinfFile, PCWSTR szInstallSection);
  23. HRESULT HrProcessAddShortcutSection(HINF hinfFile, PCWSTR szSection);
  24. HRESULT HrProcessDelShortcutSection(HINF hinfFile, PCWSTR szSection);
  25. HRESULT HrProcessPrintAddSection(HINF hinfFile, PCWSTR szSection);
  26. HRESULT HrProcessPrintRemoveSection(HINF hinfFile, PCWSTR szSection);
  27. HRESULT HrAddPrintMonitor(PCWSTR szPrintMonitorName,
  28. PCWSTR szPrintMonitorDLL);
  29. HRESULT HrRemovePrintMonitor(PCWSTR szPrintMonitorName);
  30. HRESULT HrAddPrintProc(PCWSTR szDLLName, PCWSTR szProc);
  31. HRESULT HrRemovePrintProc(PCWSTR szProc);
  32. #endif //!_NCOC_H