fCanUnlock
if (!fReadOnly || !fCanUnlock)
fCanUnlock = false;
if (B_OK == message->FindBool("canUnlock", &fCanUnlock) && fCanUnlock)
bool fCanUnlock;