Re: Example using PHYSICAL_ADDRESS
- From: "Volodymyr M. Shcherbyna" <v_scherbina@xxxxxxxxxxxxxxx>
- Date: Wed, 13 Feb 2008 10:12:04 +0100
PHYSICAL_ADDRESS is just a typedef for LARGE_INTEGER structure.
--
V
This posting is provided "AS IS" with no warranties, and confers no
rights.
"David Craig" <drivers@xxxxxxxxxx> wrote in message
news:OZWZMRdbIHA.1208@xxxxxxxxxxxxxxxxxxxxxxx
There are no win32 kernel processes. Those words just don't go together.
There are samples in the WDK.
"joemango" <joseandremorales@xxxxxxxxx> wrote in message
news:8f60457f-0592-41bc-a2cf-a9962dad0308@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Im writing a kernel process and i want to call the following
function:
PVOID
MmAllocateContiguousMemory(
IN SIZE_T NumberOfBytes,
IN PHYSICAL_ADDRESS HighestAcceptableAddress
);
But i dont know how to use the PHYSICAL_ADDRESS parameter, ive tried
initializing a variable of that type / struct, ive looked on the net,
i dont find any working examples that show a call to it, so i need a
small sample that has , the necessary include files, how to create a
variable of that type give it a value and then make the call, can you
all help with this ????
.
- References:
- Example using PHYSICAL_ADDRESS
- From: joemango
- Re: Example using PHYSICAL_ADDRESS
- From: David Craig
- Example using PHYSICAL_ADDRESS
- Prev by Date: Re: How can network share be accessed in IOCP
- Next by Date: Re: Corrupted file size on disk
- Previous by thread: Re: Example using PHYSICAL_ADDRESS
- Next by thread: Re: Example using PHYSICAL_ADDRESS
- Index(es):
Relevant Pages
|