IMFactory::MapLoadMemory method

The IMFactory::MapLoadMemory method is used with the IMFactory interface to load map memory.

Quick info

HRESULT MapLoadMemory([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