[Solved] Pointer stored in int
[ad_1] From the documentation pbParamInfo – Pointer to a null-terminated string of bytes specifying the types of the parameters following pbParamInfo. … – Variable list of parameters, of types specified in pbParamInfo. You are passing NULL for pbParamInfo, which I assume means that no data will be stored in the returned variant, so of course … Read more