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.
|
|
/**************************************************************************\
* * Copyright (c) 1998-1999 Microsoft Corporation * * Abstract: * * Initialization routines for GDI+. * * Revision History: * * 7/19/99 ericvan * Created it. * \**************************************************************************/
BOOL InitImagingLibrary(BOOL suppressExternalCodecs); VOID CleanupImagingLibrary();
BOOL BackgroundThreadStartup(); VOID BackgroundThreadShutdown();
ULONG_PTR GenerateInitToken();
GpStatus InternalGdiplusStartup( const GdiplusStartupInput *input); VOID InternalGdiplusShutdown(); GpStatus WINAPI NotificationStartup(OUT ULONG_PTR *token); VOID WINAPI NotificationShutdown(ULONG_PTR token);
|