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.

30 lines
724 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: U I I N F O . H
  7. //
  8. // Contents: Declares a call-back COM object used to raise properties
  9. // on INetCfg components. This object implements the
  10. // INetRasConnectionUiInfo interface.
  11. //
  12. // Notes:
  13. //
  14. // Author: shaunco 1 Jan 1998
  15. //
  16. //----------------------------------------------------------------------------
  17. #pragma once
  18. #include "entryps.h"
  19. EXTERN_C
  20. HRESULT
  21. HrCreateUiInfoCallbackObject (
  22. PEINFO* pInfo,
  23. IUnknown** ppunk);
  24. EXTERN_C
  25. void
  26. RevokePeinfoFromUiInfoCallbackObject (
  27. IUnknown* punk);