G
Guest
Hello,
I'm using the IEnumMoniker.Next method, based on an IEnumMoniker reference
I've obtained by looking up values in the running object table. The third
parameter to IEnumMoniker.Next is an IntPtr. It's supposed to return the
number of items actually returned, based on the number requested as specified
by the first parameter. My question is, how do I properly call
IEnumMoniker.Next and specify the IntPtr final parameter such that its value
is set? So far, everytime I try to get the value of the IntPtr variable it
is always 0 after the call.
Thanks,
Notre
I'm using the IEnumMoniker.Next method, based on an IEnumMoniker reference
I've obtained by looking up values in the running object table. The third
parameter to IEnumMoniker.Next is an IntPtr. It's supposed to return the
number of items actually returned, based on the number requested as specified
by the first parameter. My question is, how do I properly call
IEnumMoniker.Next and specify the IntPtr final parameter such that its value
is set? So far, everytime I try to get the value of the IntPtr variable it
is always 0 after the call.
Thanks,
Notre