IMFactory::MapReloadMemory method

The IMFactory::MapReloadMemory method is used with the IMFactory interface to reload map memory.

Quick info

HRESULT MapReloadMemory([in] BSTR bstrIdentifier,
 [in] BSTR bstrWorkingDirectory, [in] VARIANT byteArray, [in] long sSize) 

Parameters

bstrIdentifier
[in] - text string used to identify the compiled map
bstrWorkingDirectory
[in] - directory that should be used as the working directory for the map
byteArray
[in] - bytes that comprise a compiled map
sSize
[in] - number of bytes pointed to pcCompiledMap

Return values

The following value is returned when this method is called:
S_OK
Success status