Crossware

Table of Contents        Previous topic       Next topic       

Virtual Workshop Interface->General Purpose Interface Calls->GetDataDWord

extern "C" LONG GetDataDWord(LONG nExtensionState, LONG nAddress, DWORD* pDword, LONG nSimulating)

The extension should return 0 if it does not want to handle this call. Otherwise it should return 1, place the 32-bit value associated with memory address nAddress in *pByte and carry out any other operations associated with a read from this address (such as a memory mapped activity).