AuroraRuntime/Source/IO/NT/HANDLEPipeServer.hpp

13 lines
237 B
C++
Raw Normal View History

/***
Copyright (C) 2024 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: HANDLEPipeServer.hpp
Date: 2024-01-02
Author: Reece
***/
#pragma once
namespace Aurora::IO::NT
{
void ShutdownNTIPCHandleServer();
}