Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Microsoft > API/Runtime/Core/Microsoft/Windows__WriteFile
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Microsoft/MinimalWindowsApi.h |
| Include | #include "Microsoft/MinimalWindowsApi.h" |
namespace Windows
{
MINIMAL_BOOL __stdcall Windows::WriteFile
(
HANDLE hFile,
LPCVOID lpBuffer,
DWORD nNumberOfBytesToWrite,
LPDWORD lpNumberOfBytesWritten,
LPOVERLAPPED lpOverlapped
)
}