ReactOS 0.4.15-dev-7924-g5949c20
diskcopy.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: File Management IFS Utility functions
4 * FILE: reactos/dll/win32/fmifs/diskcopy.c
5 * PURPOSE: Disk copy
6 *
7 * PROGRAMMERS: (none)
8 */
9
10#include "precomp.h"
11
12/* FMIFS.3 */
13VOID
16{
17}
18
19/* EOF */
VOID NTAPI DiskCopy(void)
Definition: diskcopy.c:15
#define NTAPI
Definition: typedefs.h:36