XGMemoryLayout::GetCurrentAddress Method

Returns the current virtual address of this layout as it is being constructed, as a void pointer.

Syntax

public:
void* GetCurrentAddress()  

Return value

Type: void *

The current virtual address of this layout as it is being constructed.

Remarks

Returns the current virtual address of this layout as it is being constructed. Calls to the following Map* APIs will increment the current address:

Requirements

Header: Declared in xgmemory.h.

See also

XGMemoryLayout

XGMemoryLayout Members