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.

28 lines
385 B

  1. /*++
  2. Copyright (c) 2000-2001 Microsoft Corporation
  3. Module Name:
  4. SMVDrv.h
  5. Abstract:
  6. This DLL is being excluded from the applied shim to GetCommandLine() API.
  7. Author:
  8. Diaa Fathalla (DiaaF) 10-Dec-2000
  9. Revision History:
  10. --*/
  11. #ifndef _SMVDRV_H_
  12. #define _SMVDRV_H_
  13. BOOL Initialize();
  14. BOOL Uninitialize();
  15. BOOL CallSMVTest();
  16. BOOL SetEnvironmentVariables();
  17. #endif