Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
Line 28: | Line 28: | ||
* <code>key</code>: unique string identifying the memory block | * <code>key</code>: unique string identifying the memory block | ||
* <code>flags</code>: | * <code>flags</code>: | ||
** | ** Future use, no flags defined now. | ||
* <code>pMemBlock</code>: The starting address of the memory block | * <code>pMemBlock</code>: The starting address of the memory block which must contain textual UTF8/ASCII data. Non-textual data can be encoded as text before it is placed in a registered block. | ||
* <code>sizeOfMemBlock</code>: The size of the memory block in bytes | * <code>sizeOfMemBlock</code>: The size of the memory block in bytes | ||