mirror of https://github.com/lianthony/NT4.0
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.
44 lines
602 B
44 lines
602 B
/*++
|
|
|
|
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);
|