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.

25 lines
578 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation
  5. //
  6. // File: N C B E A C . H
  7. //
  8. // Contents: Installation support for Beacon Client
  9. //
  10. // Notes:
  11. //
  12. // Author: roelfc 2 April 2002
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef _NCBEAC_H
  16. #define _NCBEAC_H
  17. #pragma once
  18. #include "netoc.h"
  19. HRESULT HrOcExtBEACON(PNETOCDATA pnocd, UINT uMsg,
  20. WPARAM wParam, LPARAM lParam);
  21. #endif //!_NCBEAC_H