Line | |
---|
1 | /* $Id: stub.cpp,v 1.1 2002-05-16 12:16:48 sandervl Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
5 | * Win32 NT Runtime / NTDLL for OS/2
|
---|
6 | */
|
---|
7 |
|
---|
8 | #include <stdlib.h>
|
---|
9 | #include <string.h>
|
---|
10 |
|
---|
11 | #include "ntdll.h"
|
---|
12 |
|
---|
13 | //*****************************************************************************
|
---|
14 | //*****************************************************************************
|
---|
15 | NTSTATUS NtAllocateVirtualMemory(DWORD x1, DWORD x2, DWORD x3)
|
---|
16 | {
|
---|
17 |
|
---|
18 | }
|
---|
19 | //*****************************************************************************
|
---|
20 | //*****************************************************************************
|
---|
21 | NTSTATUS NtQueryVirtualMemory(DWORD x1, DWORD x2, DWORD x3)
|
---|
22 | {
|
---|
23 | dprintf(("NtQueryVirtualMemory NOT IMPLEMENTED"));
|
---|
24 | return STATUS_SUCCESS;
|
---|
25 | }
|
---|
26 | //*****************************************************************************
|
---|
27 | //*****************************************************************************
|
---|
28 | NTSTATUS NtCreateProfile(DWORD x1)
|
---|
29 | {
|
---|
30 |
|
---|
31 | }
|
---|
32 |
|
---|
33 | NtStopProfile(DWORD x1)
|
---|
34 | {
|
---|
35 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.