Leaked source code of windows server 2003
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.

45 lines
661 B

  1. /*++
  2. Copyright (c) 1989-2001 Microsoft Corporation
  3. Module Name:
  4. Lua.h
  5. Abstract:
  6. Header for Lua.cpp
  7. Author:
  8. kinshu created October 19,2001
  9. --*/
  10. #ifndef _LUA_H
  11. #define _LUA_H
  12. #include "compatadmin.h"
  13. BOOL
  14. LuaBeginWizard(
  15. HWND hParent,
  16. PDBENTRY pEntry, // Entry for which we are setting the LUA params
  17. PDATABASE pDatabase // Database where the entry resides
  18. );
  19. PLUADATA
  20. LuaProcessLUAData(
  21. const PDB pdb,
  22. const TAGID tiFix
  23. );
  24. BOOL
  25. LuaGenerateXML(
  26. LUADATA* pLuaData,
  27. CSTRINGLIST& strlXML
  28. );
  29. #endif // _LUA_H