Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sending Multiple Attachments using MAPI in Lotus Notes Pin
David Crow24-Apr-06 2:27
David Crow24-Apr-06 2:27 
QuestionRe: How to get information about logoff process in win2000 Pin
David Crow21-Apr-06 2:49
David Crow21-Apr-06 2:49 
GeneralRe: How to get information about logoff process in win2000 Pin
Hamid_RT23-Apr-06 18:54
Hamid_RT23-Apr-06 18:54 
GeneralRe: How to get information about logoff process in win2000 Pin
sherton26-Apr-06 18:58
sherton26-Apr-06 18:58 
GeneralRe: How to get information about logoff process in win2000 Pin
Hamid_RT27-Apr-06 2:21
Hamid_RT27-Apr-06 2:21 
Question[Message Deleted] Pin
sherton21-Apr-06 0:40
sherton21-Apr-06 0:40 
AnswerRe: _beginthread or _beginthreadex & CreateThread Pin
Naveen21-Apr-06 0:49
Naveen21-Apr-06 0:49 
AnswerRe: _beginthread or _beginthreadex & CreateThread Pin
vikramlinux21-Apr-06 0:51
vikramlinux21-Apr-06 0:51 
MSDN says:

_beginthreadex resembles the Win32CreateThread API more closely than does _beginthread. _beginthreadex differs from _beginthread in the following ways:

_beginthreadex has three additional parameters: initflag, security, threadaddr. The new thread can be created in a suspended state, with a specified security (Windows NT only), and can be accessed using thrdaddr, which is the thread identifier.

The routine at start_address passed to _beginthreadex must use the __stdcall calling convention and must return a thread exit code.

_beginthreadex returns 0 on failure, rather than –1.


A thread created with _beginthreadex is terminated by a call to _endthreadex



AnswerRe: _beginthread or _beginthreadex & CreateThread Pin
Stephen Hewitt21-Apr-06 0:51
Stephen Hewitt21-Apr-06 0:51 
QuestionVirtual Constructors Pin
Rinu_Raj21-Apr-06 0:20
Rinu_Raj21-Apr-06 0:20 
GeneralRe: Virtual Constructors Pin
vikramlinux21-Apr-06 0:27
vikramlinux21-Apr-06 0:27 
AnswerRe: Virtual Constructors Pin
Stephen Hewitt21-Apr-06 0:30
Stephen Hewitt21-Apr-06 0:30 
GeneralRe: Virtual Constructors Pin
Stephen Hewitt21-Apr-06 0:46
Stephen Hewitt21-Apr-06 0:46 
GeneralRe: Virtual Constructors Pin
Stephen Hewitt21-Apr-06 0:54
Stephen Hewitt21-Apr-06 0:54 
GeneralRe: Virtual Constructors Pin
toxcct21-Apr-06 0:55
toxcct21-Apr-06 0:55 
GeneralRe: Virtual Constructors Pin
Roger Stoltz21-Apr-06 1:28
Roger Stoltz21-Apr-06 1:28 
QuestionRe: Virtual Constructors Pin
Maxwell Chen21-Apr-06 6:35
Maxwell Chen21-Apr-06 6:35 
GeneralRe: Virtual Constructors Pin
Rinu_Raj21-Apr-06 1:09
Rinu_Raj21-Apr-06 1:09 
GeneralRe: Virtual Constructors Pin
Eytukan21-Apr-06 4:26
Eytukan21-Apr-06 4:26 
AnswerRe: Virtual Constructors Pin
User 21559721-Apr-06 0:31
User 21559721-Apr-06 0:31 
GeneralRe: Virtual Constructors Pin
Nishad S21-Apr-06 0:36
Nishad S21-Apr-06 0:36 
AnswerRe: Virtual Constructors Pin
Nishad S21-Apr-06 0:34
Nishad S21-Apr-06 0:34 
GeneralRe: Virtual Constructors Pin
David Crow21-Apr-06 3:03
David Crow21-Apr-06 3:03 
AnswerRe: Virtual Constructors Pin
David Crow21-Apr-06 2:55
David Crow21-Apr-06 2:55 
QuestionThe BootExecute Data Entry Pin
rajeevktripathi20-Apr-06 23:49
rajeevktripathi20-Apr-06 23:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.