I am using a small program that uses NetWkstaUserEnum and the return type is a struct LPWKSTA_USER_INFO_1.
Anyway, the question I have is when I display the wkui1_username value( which is one of the vaules within LPWKSTA_USER_INFO_1) I get the following: 00137C60 00350036.
When I step through the program it turns out that LPWKSTA_USER_INFO_1 is an unsigned short*. I'm new pretty new to C++, what would be the process to display these values as text?
Anyway, the question I have is when I display the wkui1_username value( which is one of the vaules within LPWKSTA_USER_INFO_1) I get the following: 00137C60 00350036.
When I step through the program it turns out that LPWKSTA_USER_INFO_1 is an unsigned short*. I'm new pretty new to C++, what would be the process to display these values as text?