Skip to main content

MAX_BOOKMARK_NAME_LEN

Constant MAX_BOOKMARK_NAME_LEN 

Source
pub const MAX_BOOKMARK_NAME_LEN: usize = 40; // 40usize
Expand description

Word’s cap on the length of a bookmark name. Names longer than this are truncated or dropped by Word without a diagnostic, which is exactly the failure this payload exists to avoid.