ReactOS 0.4.16-dev-289-g096a551
|
#include <windows.h>
#include <ndk/ntndk.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <wchar.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | NTOS_MODE_USER |
#define | EVENT_ALL_ACCESS (0x1f0003L) |
Functions | |
void | HexDump (char *buffer, ULONG size) |
BOOL | ReadBlock (HANDLE FileHandle, PVOID Buffer, PLARGE_INTEGER Offset, ULONG Length, PULONG BytesRead) |
int | main (int argc, char *argv[]) |
Definition at line 17 of file isotest.c.
Referenced by main().
Definition at line 143 of file isotest.c.
BOOL ReadBlock | ( | HANDLE | FileHandle, |
PVOID | Buffer, | ||
PLARGE_INTEGER | Offset, | ||
ULONG | Length, | ||
PULONG | BytesRead | ||
) |
Definition at line 86 of file isotest.c.
Referenced by main().