T,
Post by TBy 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