次の方法で共有


SetStoreQueueBase (Windows CE 5.0)

Send Feedback

This function takes a 1-MB–aligned physical page and returns a pointer to the store queue.

LPVOID SetStoreQueueBase(DWORDdwPhysPage );

Parameters

  • dwPhysPage
    [in] Address of the 1-MB–aligned physical page.

Return Values

If the function succeeds, a valid pointer is returned; otherwise, zero is returned. 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

OS Versions: Windows CE 2.10 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.

See Also

Kernel Functions | nk Module

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.