Why would var pName: wstring if GetModuleBaseNameW(hNDL, 0, pName, 260) == 0: Run
work? Maybe there is no storage associated with `pName`, I don't know the `wstring` type.
Why would var pName: wstring if GetModuleBaseNameW(hNDL, 0, pName, 260) == 0: Run
work? Maybe there is no storage associated with `pName`, I don't know the `wstring` type.