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.
20 lines
453 B
20 lines
453 B
/*++
|
|
|
|
Copyright (C) 1996-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
_ESPOPTS.H
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
|
|
LTAPIENTRY CLocOptionValStore * GetParserOptionStore(CLocUIOption::StorageType);
|
|
LTAPIENTRY void SetParserOptionStore(CLocUIOption::StorageType, CLocOptionValStore *);
|
|
LTAPIENTRY void UpdateParserOptionValues(void);
|
|
LTAPIENTRY CLocUIOptionSet * GetParserOptionSet(const PUID &);
|
|
|
|
LTAPIENTRY void SummarizeParserOptions(CReport *);
|
|
|