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.

27 lines
596 B

  1. /*****************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 2002-2003
  4. *
  5. * TITLE: fusutils.h
  6. *
  7. * VERSION: 1.0
  8. *
  9. * DATE: 14-Feb-2001
  10. *
  11. * DESCRIPTION: Fusion utilities
  12. *
  13. *****************************************************************************/
  14. #ifndef _FUSUTILS_H
  15. #define _FUSUTILS_H
  16. HANDLE GetMyActivationContext();
  17. BOOL CreateMyActivationContext();
  18. HANDLE CreateActivationContextFromResource(HMODULE hModule, LPCTSTR pszResourceName);
  19. #endif // endif _FUSUTILS_H