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.

56 lines
1.2 KiB

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright (c) 1994-1998 Microsoft Corporation **
  4. //*********************************************************************
  5. //__foldwin32sstuff __foldwin32sstuff;
  6. enablemapdirect3216 = true;
  7. //flatthunks = true;
  8. #include "types.thk"
  9. #include "..\common\inc\struct.h"
  10. typedef UINT RETERR;
  11. RETERR GetClientConfig16(CLIENTCONFIG * pClientConfig)
  12. {
  13. pClientConfig=inout;
  14. }
  15. UINT InstallComponent16(HWND hwndParent,DWORD dwComponent,DWORD dwParam)
  16. {
  17. }
  18. RETERR BeginNetcardTCPIPEnum16(VOID)
  19. {
  20. }
  21. BOOL GetNextNetcardTCPIPNode16(LPSTR pszTcpNode,WORD cbTcpNode,DWORD dwFlags)
  22. {
  23. pszTcpNode=inout;
  24. }
  25. VOID GetSETUPXErrorText16(DWORD dwErr,LPSTR pszErrorDesc,DWORD cbErrorDesc)
  26. {
  27. pszErrorDesc=inout;
  28. }
  29. RETERR RemoveUnneededDefaultComponents16(HWND hwndParent)
  30. {
  31. }
  32. RETERR RemoveProtocols16(HWND hwndParent,DWORD dwRemoveFromCardType,DWORD dwProtocols)
  33. {
  34. }
  35. RETERR DoGenInstall16(HWND hwndParent,LPSTR lpszInfFile,LPSTR lpszInfSect)
  36. {
  37. }
  38. RETERR SetInstallSourcePath16(LPSTR szSourcePath)
  39. {
  40. }