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.

45 lines
620 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. elfclntp.h
  5. Abstract:
  6. Common include file for all the client-side modules for the
  7. event logging facility.
  8. Author:
  9. Rajen Shah (rajens) 29-Jul-1991
  10. Revision History:
  11. 29-Jul-1991 RajenS
  12. Created
  13. --*/
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #include <windef.h>
  18. #include <winbase.h>
  19. #include <rpc.h>
  20. #include <ntrpcp.h>
  21. #include <lmcons.h>
  22. #include <lmerr.h>
  23. #include <elf.h>
  24. #include <elfcommn.h>
  25. DWORD
  26. ElfpGetComputerName (
  27. OUT LPSTR *ComputerNamePtrA,
  28. OUT LPWSTR *ComputerNamePtrW
  29. );