8
edits
Line 32: | Line 32: | ||
Parameters: | Parameters: | ||
* key – unique string identifying the memory block | * key – unique string identifying the memory block | ||
* flags - NPMEM_CHARACTER_DATA - the data is character data which can be | * flags - NPMEM_CHARACTER_DATA - the data is character data which can be | ||
presented as UTF8/ASCII data NPMEM_NOT_PERSONAL - the data is guaranteed to not contain any | |||
personally identifying information such as URLs, cookie data, etc | |||
* pMemBlock - The starting address of the memory block | * pMemBlock - The starting address of the memory block | ||
* sizeOfMemBlock – The size of the memory block in bytes | * sizeOfMemBlock – The size of the memory block in bytes |
edits