windows-nt/Source/XPSP1/NT/windows/appcompat/tools/smvtest/smvdrv/smvdrv.h

29 lines
385 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 2000-2001 Microsoft Corporation
Module Name:
SMVDrv.h
Abstract:
This DLL is being excluded from the applied shim to GetCommandLine() API.
Author:
Diaa Fathalla (DiaaF) 10-Dec-2000
Revision History:
--*/
#ifndef _SMVDRV_H_
#define _SMVDRV_H_
BOOL Initialize();
BOOL Uninitialize();
BOOL CallSMVTest();
BOOL SetEnvironmentVariables();
#endif