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.

27 lines
527 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1993-1994
  4. *
  5. * TITLE: REGFIND.H
  6. *
  7. * VERSION: 4.00
  8. *
  9. * AUTHOR: Tracy Sharpe
  10. *
  11. * DATE: 14 Jul 1994
  12. *
  13. *******************************************************************************/
  14. #ifndef _INC_REGFIND
  15. #define _INC_REGFIND
  16. extern DWORD g_FindFlags;
  17. VOID
  18. PASCAL
  19. RegEdit_OnCommandFindNext(
  20. HWND hWnd,
  21. BOOL fForceDialog
  22. );
  23. #endif // _INC_REGFIND