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.

16 lines
253 B

  1. #pragma once
  2. #include "wizard.h"
  3. VOID
  4. InstallDefaultComponents (
  5. IN CWizard* pWizard,
  6. IN DWORD dwKind, /*EDC_DEFAULT || EDC_MANDATORY */
  7. IN HWND hwndProgress OPTIONAL);
  8. VOID
  9. InstallDefaultComponentsIfNeeded (
  10. IN CWizard* pWizard);