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.

32 lines
698 B

  1. BOOL ConvertTextFile(
  2. PBYTE pbySource,
  3. DWORD dwFileSize,
  4. PBYTE pbyTarget,
  5. DWORD dwTargetSize,
  6. BOOL fAnsiToUnicode,
  7. PINT pnTargetFileSize);
  8. BOOL ConvertHtmlFile(
  9. PBYTE pbySource,
  10. DWORD dwFileSize,
  11. PBYTE pbyTarget,
  12. DWORD dwTargetSize,
  13. BOOL fAnsiToUnicode,
  14. PINT pnTargetFileSize);
  15. BOOL ConvertXmlFile(
  16. PBYTE pbySource,
  17. DWORD dwFileSize,
  18. PBYTE pbyTarget,
  19. DWORD dwTargetSize,
  20. BOOL fAnsiToUnicode,
  21. PINT pnTargetFileSize);
  22. BOOL ConvertRtfFile(
  23. PBYTE pbySource,
  24. DWORD dwFileSize,
  25. PBYTE pbyTarget,
  26. DWORD dwTargetSize,
  27. BOOL fAnsiToUnicode,
  28. PINT pnTargetFileSize);