2025-04-27 07:49:33 -04:00

30 lines
517 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
MRxProxyAsyncEng.h
Abstract:
This module defines the types and functions related to the SMB protocol
selection engine: the component that translates minirdr calldowns into
SMBs.
Revision History:
--*/
#ifndef _INNERIO_H_
#define _INNERIO_H_
NTSTATUS
MRxProxyBuildAsynchronousRequest(
IN PRX_CONTEXT RxContext,
IN PIO_COMPLETION_ROUTINE CompletionRoutine OPTIONAL
);
#endif // _INNERIO_H_