<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: thread</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>MFC creer une Thread</title>
        <link>http://www.posteet.com/view/386</link>
        <description>
        <![CDATA[<pre>//Declaration
UINT ThreadRecherche( LPVOID param );

// Lancement du thread de traitement 
CWinThread* pThread;	
pThread = AfxBeginThread((AFX_THREADPROC)ThreadRecherche,(LPVOID)this, THREAD_PRIORITY_NORMAL|THREAD_TERMINATE);


// Fonction thread
UINT ThreadRecherche(LPVOID param )
{
	return 0;
}</pre> <a href="http://www.posteet.com/tags/C++">[C++]</a>  <a href="http://www.posteet.com/tags/MFC">[MFC]</a>  <a href="http://www.posteet.com/tags/thread">[thread]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>moifort</dc:creator>
        <pubDate>Mon, 12 Nov 2007 13:35:27 +0000</pubDate>

            <category>C++</category>
            <category>MFC</category>
            <category>thread</category>
            <category>windows</category>
    
    </item>


</channel>
</rss>
