When dealing with _variant_t, I've noticed that to pull data out of the Safearray within parray I have to use a HUGEP type like this:
BSTR HUGEP Data1; //or
long HUGEP Data2; //depending on the type that's in the
//_variant_t
My question is what the heck does HUGEP do? My guess is that it's short for Huge Pointer? But whats the difference between:
BSTR Data1; //and
BSTR HUGEP Data1;
Thanks in advance
Niky Williams
Lead Engineer
NTS Marketing, Inc.
BSTR HUGEP Data1; //or
long HUGEP Data2; //depending on the type that's in the
//_variant_t
My question is what the heck does HUGEP do? My guess is that it's short for Huge Pointer? But whats the difference between:
BSTR Data1; //and
BSTR HUGEP Data1;
Thanks in advance
Niky Williams
Lead Engineer
NTS Marketing, Inc.