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.

28 lines
511 B

  1. /****************************************************************************
  2. Copyright (c) Microsoft Corporation 1997
  3. All rights reserved
  4. ***************************************************************************/
  5. #ifndef _SETUP_H_
  6. #define _SETUP_H_
  7. HINF
  8. OpenLayoutInf( );
  9. HRESULT
  10. CreateDirectories( HWND hDlg );
  11. HRESULT
  12. CopyFiles( HWND hDlg );
  13. HRESULT
  14. ModifyRegistry( HWND hDlg );
  15. HRESULT
  16. StartRemoteBootServices( HWND hDlg );
  17. HRESULT
  18. CreateRemoteBootShare( HWND hDlg );
  19. #endif // _SETUP_H_