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.

26 lines
950 B

  1. /****************************************************************************
  2. * spuser.h
  3. * <put description here>
  4. *
  5. * Owner: cthrash
  6. * Copyright 1999 Microsoft Corporation All Rights Reserved.
  7. *****************************************************************************/
  8. #pragma once
  9. //--- Includes --------------------------------------------------------------
  10. //--- TypeDef and Enumeration Declarations ----------------------------------
  11. //--- Forward and External Declarations -------------------------------------
  12. BOOL ParseCmdLine(char *, char **);
  13. HRESULT ResetUser(char *);
  14. HRESULT Report(char * lpMsg, HRESULT hr);
  15. //--- Constants -------------------------------------------------------------
  16. //--- Class, Struct and Union Definitions -----------------------------------
  17. //--- Function Declarations -------------------------------------------------
  18. //--- Inline Function Definitions -------------------------------------------