C#, .NET, PInvoke For registry functions and PInvoke, how do i get the data from handle pointers?

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-05-29T00:27:51Z Indexed on 2010/05/29 0:32 UTC
Read the original article Hit count: 640

Filed under:
|
|

Say i am using RegQueryValueEx:

http://msdn.microsoft.com/en-us/library/ms724911(v=VS.85).aspx

I can get the pointer handle to lpType, but its just an integer, how do i actually get the data lpType is pointing to?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET