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.

37 lines
776 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: E V T R Q S T . H
  7. //
  8. // Contents: External functions exposed by the event handling code
  9. //
  10. // Notes:
  11. //
  12. // Author: danielwe 14 Aug 2000
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef _EVTRQST_H
  17. #define _EVTRQST_H
  18. DWORD WINAPI
  19. DwHandleEventRequest(
  20. LPVOID lpParameter);
  21. DWORD
  22. DwHandleSubscribeMethod(
  23. LPEXTENSION_CONTROL_BLOCK pecb);
  24. DWORD
  25. DwHandleUnSubscribeMethod(
  26. LPEXTENSION_CONTROL_BLOCK pecb);
  27. BOOL
  28. FParseCallbackUrl(LPCSTR szaCallbackUrl, DWORD *pcszOut,
  29. LPWSTR **prgszOut);
  30. #endif //!_EVTRQST_H