CWinThread::m_bAutoDelete

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,

is i have a pointer to a CWinThread inherited object,
what is the default value for the CWinThread::m_bAutoDelete data member?
if the run method finish execution, is the object destroyed by default?
and if i change this behavior, how do i destroy the pointer to object after
thread termination?

TIA, z.


.



Relevant Pages

  • Re: CWinThread::m_bAutoDelete
    ... > is i have a pointer to a CWinThread inherited object, ... > if the run method finish execution, is the object destroyed by default? ... > and if i change this behavior, how do i destroy the pointer to object after ...
    (microsoft.public.vc.mfc)
  • Re: CWinThread::m_bAutoDelete
    ... AliR. ... > is i have a pointer to a CWinThread inherited object, ... > if the run method finish execution, is the object destroyed by default? ... > and if i change this behavior, how do i destroy the pointer to object ...
    (microsoft.public.vc.mfc)
  • Re: pointer address is physical or virtual.
    ... begins its execution and exits its execution.) ... void afun ... Pointer: 0x804844e ... physicall one. ...
    (comp.os.linux.development.system)
  • Re: pointer address is physical or virtual.
    ... begins its execution and exits its execution.) ... void afun ... Pointer: 0x804844e ... physicall one. ...
    (comp.os.linux.development.system)
  • Re: Passing execution to a memory address
    ... execution to this and execute the file. ... You can't assign a void pointer to a function ... Try to use the system function. ... or would the programmer need to put in some assembly code ...
    (comp.lang.c)