Source code of Windows XP (NT5)
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.

19 lines
433 B

  1. /*+-------------------------------------------------------------------------+
  2. | Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. |
  3. +-------------------------------------------------------------------------+*/
  4. #ifndef _TRANSFER_
  5. #define _TRANSFER_
  6. #ifdef __cplusplus
  7. extern "C"{
  8. #endif
  9. void DoConversion(HWND hDlg, BOOL TrialConversion);
  10. BOOL ConversionSuccessful();
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif