SetStoreQueueBase (Windows Embedded CE 6.0)
1/6/2010
This function takes a 1-MB–aligned physical page and returns a pointer to the store queue. This function is callable from kernel mode only.
Syntax
LPVOID SetStoreQueueBase(
DWORD dwPhysPage
);
Parameters
- dwPhysPage
[in] Address of the 1-MB–aligned physical page.
Return Value
A valid pointer indicates success. Zero indicates failure. To get extended error information, call GetLastError.
Remarks
Once a store queue pointer is returned, you can use the memory for any purpose. 0xe0000000 is an invalid address. This function is specific to the SH4 CPU.
Requirements
Header | pkfuncs.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 2.10 and later |