windows-nt/Source/XPSP1/NT/enduser/speech/tools/resetusr/resetusr.h

27 lines
950 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/****************************************************************************
* spuser.h
* <put description here>
*
* Owner: cthrash
* Copyright <EFBFBD> 1999 Microsoft Corporation All Rights Reserved.
*****************************************************************************/
#pragma once
//--- Includes --------------------------------------------------------------
//--- TypeDef and Enumeration Declarations ----------------------------------
//--- Forward and External Declarations -------------------------------------
BOOL ParseCmdLine(char *, char **);
HRESULT ResetUser(char *);
HRESULT Report(char * lpMsg, HRESULT hr);
//--- Constants -------------------------------------------------------------
//--- Class, Struct and Union Definitions -----------------------------------
//--- Function Declarations -------------------------------------------------
//--- Inline Function Definitions -------------------------------------------