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.
 
 
 
 
 
 

29 lines
385 B

/*++
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