Changes between Initial Version and Version 1 of Ticket #250, comment 10


Ignore:
Timestamp:
Dec 10, 2018, 9:27:45 AM (5 years ago)
Author:
patrik.svestka@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #250, comment 10

    initial v1  
    11Great catch, I've missed that - I'll do complete review of the functions.
    2 
    3 The Microsoft API is inconsistent the functions sometimes return **bytes** like:
    4 
    5 `RegSetValueEx` --> `const BYTE *lpData`
    6 `RegQueryValueEx` --> `LPBYTE  lpData`
    7 
    8 Some have `void`
    9 `RegGetValue`    --> `PVOID   pvData`
    10 
    11 Some **characters** (like you caught):
    12 
    13 `RegEnumKeyExW` --> `LPDWORD   lpcchName`