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.

40 lines
528 B

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