windows-nt/Source/XPSP1/NT/ds/nw/inc/nwxchg.h
2020-09-26 16:20:57 +08:00

46 lines
659 B
C

/*++
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_