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.

51 lines
921 B

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