summaryrefslogtreecommitdiffstats
path: root/private/eventlog/elfclnt/elfclntp.h
blob: ec0de3a6797b18203e1fa1416248ed287c15f41e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*++

Copyright (c) 1991  Microsoft Corporation

Module Name:

    elfclntp.h

Abstract:

    Common include file for all the client-side modules for the
    event logging facility.

Author:

    Rajen Shah	(rajens)    29-Jul-1991


Revision History:

    29-Jul-1991 	RajenS
        Created

--*/

#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>

#include <windef.h>
#include <winbase.h>
#include <rpc.h>
#include <ntrpcp.h>
#include <lmcons.h>
#include <lmerr.h>
//#include <netlib.h>

#include <elf.h>
#include <elfcommn.h>


NTSTATUS
ElfpGetComputerName (
    IN  LPSTR   *ComputerNamePtr);