16 lines
331 B
C
16 lines
331 B
C
/****************************************************************************
|
|
|
|
Copyright (c) Microsoft Corporation 1997-1999
|
|
All rights reserved
|
|
|
|
***************************************************************************/
|
|
|
|
#ifndef _AUTOMATE_H_
|
|
#define _AUTOMATE_H_
|
|
|
|
HRESULT
|
|
GetAutomatedOptions( );
|
|
|
|
|
|
#endif // _AUTOMATE_H_
|