Share via


OALPAtoVA (Windows CE 5.0)

Send Feedback

This function returns the cached or uncached virtual address for a specified physical address.

VOID* OALPAtoVA(  UINT32 pa,  BOOL cached)

Parameters

  • pa
    [in] Specified physical address.
  • cached
    [in] Indicates whether the virtual address is cached. A value of TRUE indicates that it is a cached address. A value of FALSE indicates that it is uncached.

Return Values

Returns the cached or uncached virtual address.

Remarks

Requirements

OS Versions: Windows CE Version 5.0 and later
Header: Oal_memory.h
Link Library: Developer-defined

See Also

Memory Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.