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.

20 lines
674 B

  1. #pragma once
  2. #define SXSEXPRESS_RESOURCE_TYPE (L"SXSEXPRESSCABINET")
  3. #define SXSEXPRESS_RESOURCE_NAME (L"SXSEXPRESSBASECABINET")
  4. #define SXSEXPRESS_POSTINSTALL_STEP_TYPE (L"SXSEXPRESSPOSTINSTALLSTEP")
  5. #define SXSEXPRESS_TARGET_RESOURCE (3301)
  6. #define INF_SPECIAL_NAME "DownlevelInstall.inf"
  7. #ifndef NUMBER_OF
  8. #define NUMBER_OF(q) (sizeof(q)/sizeof(*q))
  9. #endif
  10. //
  11. // hObjectInstance - HINSTANCE of the image in which the cabs in question
  12. // live. NULL is an invalid parameter - always call GetModuleHandle,
  13. // even if you're an EXE
  14. //
  15. BOOL
  16. SxsExpressCore(
  17. HINSTANCE hObjectInstance
  18. );