regsetvalueex

About this tag
The regsetvalueex tag covers discussions and troubleshooting related to the RegSetValueEx function in Windows programming. This API is used to set the data and type of a specified value under a registry key. A common issue involves a "0x00000050" Stop error (PAGE_FAULT_IN_NONPAGED_AREA) that occurs when an application calls RegSetValueEx on Windows 7, Windows Server 2008 R2, Windows Vista, or Windows Server 2008. The tag includes references to a Microsoft hotfix (KB2516405) addressing this problem. Topics may involve registry manipulation, application compatibility, and system stability when using this function.
  1. News

    "0x00000050" Stop error occurs when you run an application that uses the RegSetValueEx function on a

    Fixes a "0x00000050" Stop error that occurs when you run an application that uses the RegSetValueEx function on a computer that is running Windows 7, Windows Server 2008 R2, Windows Vista or Windows Server 2008. More...
Back
Top