First of all, i'm not sure if i'm allowed to make posts that aren't
directly related to PB, forgive me and ignore me if this is so..
--
I'm converting some C code to PB..
The full code can be found here http://www.mvps.org/win32/ntfs/dump_ntfs_streams.cpp
I'm stuck on one line
WIN32_STREAM_ID & wsi = *( (WIN32_STREAM_ID *) buf );
What would be the define in PB? You'll probably need to look at the URL
of the full code to understand what the variables are.
Thanks for any help.
directly related to PB, forgive me and ignore me if this is so..

--
I'm converting some C code to PB..
The full code can be found here http://www.mvps.org/win32/ntfs/dump_ntfs_streams.cpp
I'm stuck on one line

WIN32_STREAM_ID & wsi = *( (WIN32_STREAM_ID *) buf );
What would be the define in PB? You'll probably need to look at the URL
of the full code to understand what the variables are.
Thanks for any help.
Comment