So first things first the example in the help file for _WinApi_Enum_Windows has an error
;_ArrayDisplay($aResult, "_WinAPI_EnumWindows", Default, Default, Default, Default, "#|Handle|Class|Title|Text|Process")
Should Be
_ArrayDisplay($aResult, "_WinAPI_EnumWindows", Default, Default, Default, "Handle|Class|Title|Text|Process")
Next is a bit of helpful info on LPCSTR in a callback function it needs to be passed as a PTR
DllCallbackRegister($sFUNCT, $sRETURN, "ptr")
Finally on to my question
I'd want to call EnumProp