nn::os::MemoryBlock::SetReadOnly Member Function

Syntax

#include <nn/os.h>

void SetReadOnly(
     bool readOnly = true
);

Arguments

Name Description
in readOnly Specifies whether it is read-only.

Return Values

None.

Description

Sets the read-only attribute.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL