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.

45 lines
621 B

  1. /*
  2. * Open issues:
  3. *
  4. */
  5. enablemapdirect3216 = true;
  6. #include "types.thk"
  7. LPSTR lstrpbrk(LPSTR lpSearch,LPSTR lpTargets)
  8. {
  9. }
  10. BOOL CreateUniqueName(LPSTR lpDest,LPSTR lpBaseName,WORD wInstance)
  11. {
  12. }
  13. BOOL BuildPointAndPrintInfo(DWORD lpsi,LPSTR lpDependentFiles)
  14. {
  15. }
  16. BOOL PrinterSetup(HWND hWnd,WORD wAction,WORD wBufSize,
  17. LPBYTE lpBuffer,LPWORD lpwRequired)
  18. {
  19. }
  20. BOOL RemovePnPData(DWORD dwID)
  21. {
  22. }
  23. BOOL AddPortToListbox(DWORD lpsi,LPSTR lpDescription,LPSTR lpPort,HWND hDlg)
  24. {
  25. }
  26. VOID FlushCachedPrinterFiles(void)
  27. {
  28. }
  29. BOOL StripTrailingChars(LPSTR,LPSTR,LPBYTE,LPWORD)
  30. {
  31. }
  32. WORD GetGPCVersion(LPSTR)
  33. {
  34. }