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.

41 lines
426 B

  1. HRESULT
  2. WINAPI
  3. IISCrypto xxx(
  4. IN xxx
  5. )
  6. /*++
  7. Routine Description:
  8. This routine xxx
  9. Arguments:
  10. xxx
  11. Return Value:
  12. HRESULT - Completion status, 0 if successful, !0 otherwise.
  13. --*/
  14. {
  15. HRESULT result;
  16. //
  17. // Sanity check.
  18. //
  19. DBG_ASSERT( IcpGlobals.Initialized );
  20. //
  21. // Success!
  22. //
  23. return NO_ERROR;
  24. } // IISCrypto xxx