Skip to content

pbLazyWrite - cRegistry

Determines when Windows flushes any writes to the Registry

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbLazyWrite
Access Type Syntax
Read Access: Get pbLazyWrite to BooleanVariable
Write Access: Set pbLazyWrite to BooleanVariable/Value

Description

The pbLazyWrite property determines when Windows flushes any writes to the Registry. For performance reasons, Windows only commits any writes when you close the Key. Furthermore, it may even defer the writing until after that. If you really need the changes written out when the Key is closed, set this property to False