Click here to Skip to main content
16,006,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sort by MailDates Pin
Hamid_RT20-Jun-08 0:45
Hamid_RT20-Jun-08 0:45 
GeneralRe: Sort by MailDates Pin
manju#12320-Jun-08 1:01
manju#12320-Jun-08 1:01 
QuestionRe: Sort by MailDates Pin
Rajesh R Subramanian20-Jun-08 1:33
professionalRajesh R Subramanian20-Jun-08 1:33 
AnswerRe: Sort by MailDates Pin
manju#12320-Jun-08 1:37
manju#12320-Jun-08 1:37 
QuestionRe: Sort by MailDates Pin
Rajesh R Subramanian20-Jun-08 1:41
professionalRajesh R Subramanian20-Jun-08 1:41 
AnswerRe: Sort by MailDates Pin
manju#12320-Jun-08 1:49
manju#12320-Jun-08 1:49 
QuestionRe: Sort by MailDates Pin
Rajesh R Subramanian20-Jun-08 1:51
professionalRajesh R Subramanian20-Jun-08 1:51 
AnswerRe: Sort by MailDates Pin
manju#12320-Jun-08 1:56
manju#12320-Jun-08 1:56 
Rajesh R Subramanian wrote:
Can you show me how the structure looks like?


//////////////////
struct loginInfo<br />
{<br />
	CAclsApi *TestApi ;<br />
	_TCHAR *sUserName;<br />
	_TCHAR *sPassWord;<br />
	_TCHAR *sServerName;<br />
	_TCHAR *sTagStyle;<br />
	long sMaxCrawl;<br />
	const _TCHAR *sStDate;<br />
	const _TCHAR *sEndDate;<br />
	 _TCHAR *sFileExt;<br />
	_TCHAR *OutPut;<br />
	_TCHAR *sMailDate;<br />
	_TCHAR *sDuration;<br />
	bool *cMailHasAttachment;<br />
	_TCHAR *cAttachFileNames;<br />
	bool bThreadRunning;<br />
	bool bServerConnected;<br />
	bool BServerConnected() const { return bServerConnected; }<br />
	void BServerConnected(bool val) { bServerConnected = val; }<br />
	bool btimeOut;<br />
	_TCHAR thstrAclInfo[1024];<br />
	ACL_STATUS status;<br />
	ACL_STRUCT_INFO *ACL_INFO;<br />
	ACL_STRUCT_MBUSERS_MAIL *ACL_STMAIL;	<br />
	ACL_STRUCT_MBUSERS *ACL_MBUSERS;<br />
	ACL_STRUCT_MBUSERS_MAIL_ATTCH *ACL_MAIL_ATTACH;<br />
<br />
};


unsigned int __stdcall ConnectToServer(void *dummy)<br />
{<br />
loginInfo *linfo = (loginInfo*)dummy; <br />
	linfo->ACL_INFO=new ACL_STRUCT_INFO;<br />
	linfo->ACL_STMAIL=new ACL_STRUCT_MBUSERS_MAIL[MAX_MAIL_COUNT];<br />
	linfo->ACL_MBUSERS=new ACL_STRUCT_MBUSERS[MAX_MAILBOX_COUNT]; 


Hi..
I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++
manju

GeneralRe: Sort by MailDates Pin
Rajesh R Subramanian20-Jun-08 2:07
professionalRajesh R Subramanian20-Jun-08 2:07 
QuestionIs it possible to change the environment of a process? Pin
div!sion20-Jun-08 0:14
div!sion20-Jun-08 0:14 
AnswerRe: Is it possible to change the environment of a process? Pin
KarstenK20-Jun-08 0:26
mveKarstenK20-Jun-08 0:26 
AnswerRe: Is it possible to change the environment of a process? Pin
Hamid_RT20-Jun-08 0:36
Hamid_RT20-Jun-08 0:36 
GeneralRe: Is it possible to change the environment of a process? Pin
div!sion20-Jun-08 1:10
div!sion20-Jun-08 1:10 
AnswerRe: Is it possible to change the environment of a process? Pin
Randor 20-Jun-08 4:08
professional Randor 20-Jun-08 4:08 
GeneralRe: Is it possible to change the environment of a process? Pin
div!sion20-Jun-08 4:42
div!sion20-Jun-08 4:42 
QuestionSort by MailDates Pin
manju#12320-Jun-08 0:13
manju#12320-Jun-08 0:13 
QuestionCompare two date Pin
manju#12319-Jun-08 23:24
manju#12319-Jun-08 23:24 
AnswerRe: Compare two date Pin
Rajesh R Subramanian19-Jun-08 23:37
professionalRajesh R Subramanian19-Jun-08 23:37 
AnswerRe: Compare two date Pin
Hamid_RT20-Jun-08 0:40
Hamid_RT20-Jun-08 0:40 
AnswerRe: Compare two date Pin
CPallini20-Jun-08 2:36
mveCPallini20-Jun-08 2:36 
QuestionHow can i change style of static text control caption in ATL? Pin
sumit.durg19-Jun-08 22:57
sumit.durg19-Jun-08 22:57 
AnswerREPOST! Please report the message. Pin
Rajesh R Subramanian19-Jun-08 23:00
professionalRajesh R Subramanian19-Jun-08 23:00 
GeneralRe: REPOST! Please report the message. Pin
sumit.durg19-Jun-08 23:57
sumit.durg19-Jun-08 23:57 
GeneralRe: REPOST! Please report the message. Pin
Rajesh R Subramanian20-Jun-08 0:06
professionalRajesh R Subramanian20-Jun-08 0:06 
AnswerRe: How can i change style of static text control caption in ATL? Pin
Hamid_RT20-Jun-08 0:44
Hamid_RT20-Jun-08 0:44 

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.