KVRestrictions

This structure describes the restrictions for a document (see Document Restrictions). This structure is defined in kvtypes.h.

typedef struct tag_KVRestrictions
{
    KVStructHeader;
    BOOL writeRestricted;
}
KVRestrictions; 

Member Descriptions

KVStructHeader The KeyView version of the structure. See KVStructHead.
writeRestricted Indicates whether there is a write restriction on the document. A write restriction is defined as any restriction, enforced by a password, that prevents a user from editing the document content. For example, a DOCX file that permits only Tracked Changes is considered write-restricted.