By any chance does *ppSessionInfo mean a pointer
to another pointer?
T,
By any chance does *ppSessionInfo mean a pointer
to another pointer?
I ofcourse can't, due to the absense of context, be absolutily sure, but
yes, it nornally does (you're providing a pointer to a pointer-variable the function/method/procedure can store its pointer to a structure/record/memory block in). Though I must say I always regarded it as a bad/odd mix of C{something}-specific language (the "*") and the so-called "Hungarian notation".
What I mean ? The "*" means pointer. The two "p"-s the name starts with mean the same. So, I /could/ read it as a pointer to a pointer to a pointer (three pointers) ... :-|
As I'm not really a C{something} programmer I again can't be fully sure, but in it I expect(ed) it to be something like "**SessionInfo".
Regards,
Rudy Wieser
Oh crap. I just figured out how to handle c pointers
in Raku. Now I have to figure out how to do pointers
to pointers. AAAAA HHHHHH !!!!!
Thank you for the confirmation.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 42:09:34 |
Calls: | 8,141 |
Calls today: | 4 |
Files: | 13,085 |
Messages: | 5,857,793 |