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.

26 lines
788 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1999
  5. //
  6. // File: FNReg.c
  7. //
  8. // Contents: Registration routines for IFilterNotify proxy. Built
  9. // from macros in RPCProxy.h (expressed in dlldata.c).
  10. //
  11. // History: 24-Mar-1999 KyleP Created
  12. //
  13. //----------------------------------------------------------------------------
  14. #include <wtypes.h>
  15. #include <fnreg.h>
  16. #define ENTRY_PREFIX FNPrx
  17. #define PROXY_CLSID FNPrx_CLSID
  18. #define REGISTER_PROXY_DLL 1
  19. CLSID FNPrx_CLSID = { 0xc04efa90,
  20. 0xe221, 0x11d2,
  21. { 0x98, 0x5e, 0x00, 0xc0, 0x4f, 0x57, 0x51, 0x53 } };
  22. #include "filtntfy_dlldata.c"