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.

23 lines
757 B

  1. /******************************Module*Header*******************************\
  2. *
  3. * *******************
  4. * * GDI SAMPLE CODE *
  5. * *******************
  6. *
  7. * Module Name: registry.h
  8. *
  9. * utility routines to help with accessing the registry.
  10. *
  11. * Copyright (c) 1998 Microsoft Corporation. All rights reserved.
  12. *
  13. \**************************************************************************/
  14. #ifndef _REGISTRY_H_
  15. #define _REGISTRY_H_
  16. extern BOOL bRegistryRetrieveGammaLUT(PPDev ppdev, PVIDEO_CLUT pScreenClut);
  17. extern BOOL bRegistrySaveGammaLUT(PPDev ppdev, PVIDEO_CLUT pScreenClut);
  18. extern BOOL bRegistryQueryUlong(PPDev, LPWSTR, PULONG);
  19. #endif // __REGISTRY_H__