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.

30 lines
759 B

  1. /**************************************************************************\
  2. *
  3. * Copyright (c) 1998-1999 Microsoft Corporation
  4. *
  5. * Abstract:
  6. *
  7. * Initialization routines for GDI+.
  8. *
  9. * Revision History:
  10. *
  11. * 7/19/99 ericvan
  12. * Created it.
  13. *
  14. \**************************************************************************/
  15. BOOL InitImagingLibrary(BOOL suppressExternalCodecs);
  16. VOID CleanupImagingLibrary();
  17. BOOL BackgroundThreadStartup();
  18. VOID BackgroundThreadShutdown();
  19. ULONG_PTR GenerateInitToken();
  20. GpStatus InternalGdiplusStartup(
  21. const GdiplusStartupInput *input);
  22. VOID InternalGdiplusShutdown();
  23. GpStatus WINAPI NotificationStartup(OUT ULONG_PTR *token);
  24. VOID WINAPI NotificationShutdown(ULONG_PTR token);