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

C / C++ / MFC

 
AnswerRe: Alternative for TIMERs in MFC?? Pin
Jeremy Thornton6-May-08 15:15
Jeremy Thornton6-May-08 15:15 
QuestionDetermining if an drang'n'drop event is active Pin
tibiz6-May-08 5:20
tibiz6-May-08 5:20 
QuestionCopy files with out using SHFileOperation Pin
itsh116-May-08 5:11
itsh116-May-08 5:11 
AnswerRe: Copy files with out using SHFileOperation Pin
Rajkumar R6-May-08 5:29
Rajkumar R6-May-08 5:29 
GeneralRe: Copy files with out using SHFileOperation Pin
itsh116-May-08 5:47
itsh116-May-08 5:47 
GeneralRe: Copy files with out using SHFileOperation Pin
David Crow6-May-08 6:01
David Crow6-May-08 6:01 
QuestionRe: Copy files with out using SHFileOperation Pin
David Crow6-May-08 6:00
David Crow6-May-08 6:00 
QuestionSetFilePointer Pin
john56326-May-08 3:16
john56326-May-08 3:16 
Hi,


I am passing the offset in SetFilePointer(offset) that does not exist in a file but this function is succedding. If this offset is not exist, it should not succeed.


code is:
<br />
LARGE_INTEGER     largeSector ={NULL};<br />
	largeSector.QuadPart =ullPosition;<br />
<br />
	largeSector.LowPart =SetFilePointer(m_hHandleTOLogicalDrive,largeSector.LowPart,&largeSector.HighPart,FILE_BEGIN);<br />
	if ( largeSector.LowPart==INVALID_SET_FILE_POINTER && (GetLastError())!=NO_ERROR )<br />
	{<br />
		cout<<"unable to set pointer";<br />
		return FALSE;<br />
	}<br />
	else<br />
		return TRUE;<br />

AnswerRe: SetFilePointer Pin
CPallini6-May-08 3:23
mveCPallini6-May-08 3:23 
QuestionCList::RemoveAt Pin
piul6-May-08 2:09
piul6-May-08 2:09 
AnswerRe: CList::RemoveAt Pin
Nelek6-May-08 2:17
protectorNelek6-May-08 2:17 
AnswerRe: CList::RemoveAt Pin
toxcct6-May-08 2:18
toxcct6-May-08 2:18 
AnswerRe: CList::RemoveAt Pin
Rajesh R Subramanian6-May-08 2:19
professionalRajesh R Subramanian6-May-08 2:19 
GeneralOT Pin
CPallini6-May-08 2:25
mveCPallini6-May-08 2:25 
JokeRe: OT Pin
Nelek6-May-08 2:27
protectorNelek6-May-08 2:27 
GeneralRe: OT Pin
CPallini6-May-08 2:31
mveCPallini6-May-08 2:31 
GeneralRe: OT Pin
Rajesh R Subramanian6-May-08 2:32
professionalRajesh R Subramanian6-May-08 2:32 
GeneralRe: OT Pin
CPallini6-May-08 2:38
mveCPallini6-May-08 2:38 
GeneralRe: OT Pin
Rajesh R Subramanian6-May-08 2:47
professionalRajesh R Subramanian6-May-08 2:47 
GeneralRe: OT Pin
CPallini6-May-08 3:00
mveCPallini6-May-08 3:00 
AnswerRe: CList::RemoveAt Pin
CPallini6-May-08 2:22
mveCPallini6-May-08 2:22 
GeneralRe: CList::RemoveAt Pin
piul6-May-08 2:29
piul6-May-08 2:29 
GeneralRe: CList::RemoveAt Pin
Rajesh R Subramanian6-May-08 2:30
professionalRajesh R Subramanian6-May-08 2:30 
GeneralRe: CList::RemoveAt Pin
CPallini6-May-08 2:35
mveCPallini6-May-08 2:35 
JokeURGENT HLP PLZZ Pin
Rajesh R Subramanian6-May-08 2:40
professionalRajesh R Subramanian6-May-08 2:40 

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.