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.

24 lines
363 B

  1. #include "netpch.h"
  2. #pragma hdrstop
  3. static
  4. HRESULT
  5. WINAPI
  6. ConfigureIas (
  7. VOID
  8. )
  9. {
  10. return E_FAIL;
  11. }
  12. //
  13. // !! WARNING !! The entries below must be in alphabetical order
  14. // and are CASE SENSITIVE (i.e., lower case comes last!)
  15. //
  16. DEFINE_PROCNAME_ENTRIES(iashlpr)
  17. {
  18. DLPENTRY(ConfigureIas)
  19. };
  20. DEFINE_PROCNAME_MAP(iashlpr)