C#, .NET, PInvoke For registry functions and PInvoke, how do i get the data from handle pointers?
- by Tom
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?