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.

42 lines
594 B

  1. #include "migshared.h"
  2. #ifndef MSG_MESSAGEBOX_TITLE
  3. #define MSG_MESSAGEBOX_TITLE 10000
  4. #endif
  5. extern POOLHANDLE g_RegistryApiPool;
  6. extern POOLHANDLE g_PathsPool;
  7. extern CRITICAL_SECTION g_PoolMemCs;
  8. extern CRITICAL_SECTION g_MemAllocCs;
  9. VOID
  10. RegTrackTerminate (
  11. VOID
  12. );
  13. BOOL
  14. ReadBinaryBlock (
  15. HANDLE File,
  16. PVOID Buffer,
  17. UINT Size
  18. );
  19. VOID
  20. DestroyAnsiResourceId (
  21. IN PCSTR AnsiId
  22. );
  23. VOID
  24. DestroyUnicodeResourceId (
  25. IN PCWSTR UnicodeId
  26. );
  27. VOID
  28. InfGlobalInit (
  29. BOOL Terminate
  30. );