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.

24 lines
488 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1992, Microsoft Corporation
  4. //
  5. // File: provider.h
  6. //
  7. // Contents: Interface to the provider defining module
  8. //
  9. // Classes:
  10. //
  11. // Functions: ProviderInit
  12. //
  13. // History: 12 Sep 1992 Milans created.
  14. //
  15. //-----------------------------------------------------------------------------
  16. #ifndef _DFS_PROVIDERS_
  17. #define _DFS_PROVIDERS_
  18. NTSTATUS ProviderInit(void);
  19. #endif