as you know that, if the variant not initialized, will show "cc" in the
memory trace windows.

but according to the variant value, the values of the byte should not be
0xcc.

what does "cc" means?

Thanks.

leo

Re: what does "cc" means when variant not initialized? by ctacke/>

ctacke/>
Sat Jul 22 12:09:25 CDT 2006

In binary it's 11001100 - it's probably just how it's initialized. If it's
not initialized, it's completely invalid, so it's contents are irrelevent
anyway.

-Chris



"news.microsoft.com" <liangma@msn.com> wrote in message
news:uvo$ylYrGHA.716@TK2MSFTNGP03.phx.gbl...
> as you know that, if the variant not initialized, will show "cc" in the
> memory trace windows.
>
> but according to the variant value, the values of the byte should not be
> 0xcc.
>
> what does "cc" means?
>
> Thanks.
>
> leo
>



Re: what does "cc" means when variant not initialized? by Leo

Leo
Sun Jul 23 21:53:54 CDT 2006

confused.

but thanks any.

I wanna know why the value is not 0xCC, but shows "cc" in mem trace window


"<ctacke/>" <ctacke[@]opennetcf[dot]com> дÈëÏûÏ¢ÐÂÎÅ:OgdOPGbrGHA.3412@TK2MSFTNGP02.phx.gbl...
> In binary it's 11001100 - it's probably just how it's initialized. If
> it's not initialized, it's completely invalid, so it's contents are
> irrelevent anyway.
>
> -Chris
>
>
>
> "news.microsoft.com" <liangma@msn.com> wrote in message
> news:uvo$ylYrGHA.716@TK2MSFTNGP03.phx.gbl...
>> as you know that, if the variant not initialized, will show "cc" in the
>> memory trace windows.
>>
>> but according to the variant value, the values of the byte should not be
>> 0xcc.
>>
>> what does "cc" means?
>>
>> Thanks.
>>
>> leo
>>
>
>