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
484 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: fon32.h
  3. *
  4. *
  5. * Created: 24-Mar-1992 10:07:14
  6. * Author: Bodin Dresevic [BodinD]
  7. *
  8. * Copyright (c) 1990 Microsoft Corporation
  9. *
  10. \**************************************************************************/
  11. BOOL
  12. bFindLoadAndLockResourceA(
  13. HANDLE ,
  14. LPCSTR ,
  15. LPSTR ,
  16. HANDLE* ,
  17. RES_ELEM*
  18. );
  19. BOOL bRelockResourcesInDll32(FONTFILE * pff);