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.
|
|
/*++
Copyright (c) 1993 Microsoft Corporation
Module Name:
nwxchg.h
Abstract:
Header for generic NCP calling routine.
Author:
Rita Wong (ritaw) 11-Mar-1993
Environment:
Revision History:
--*/
#ifndef _NW_XCHG_INCLUDED_
#define _NW_XCHG_INCLUDED_
#ifdef __cplusplus
extern "C" { #endif /* __cplusplus */
NTSTATUS NwlibMakeNcp( IN HANDLE DeviceHandle, IN ULONG FsControlCode, IN ULONG RequestBufferSize, IN ULONG ResponseBufferSize, IN PCHAR FormatString, ... // Arguments to FormatString
);
#ifdef __cplusplus
} #endif /* __cplusplus */
#endif // _NW_XCHG_INCLUDED_
|