Click here to Skip to main content
15,891,976 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how can i use CInet's OpenURL() method Pin
Mircea Puiu18-Oct-05 21:42
Mircea Puiu18-Oct-05 21:42 
GeneralRe: how can i use CInet's OpenURL() method Pin
sheerprogrammer19-Oct-05 1:24
sheerprogrammer19-Oct-05 1:24 
GeneralRe: how can i use CInet's OpenURL() method Pin
Anonymous19-Oct-05 5:17
Anonymous19-Oct-05 5:17 
GeneralRe: how can i use CInet's OpenURL() method Pin
Mircea Puiu19-Oct-05 5:31
Mircea Puiu19-Oct-05 5:31 
QuestionProblem with exponents... Pin
Raza568018-Oct-05 20:51
Raza568018-Oct-05 20:51 
AnswerRe: Problem with exponents... Pin
Mircea Puiu18-Oct-05 21:13
Mircea Puiu18-Oct-05 21:13 
AnswerRe: Problem with exponents... Pin
The NULL Developer18-Oct-05 21:15
professionalThe NULL Developer18-Oct-05 21:15 
QuestionRestore Point Pin
Supriya Tonape18-Oct-05 20:29
Supriya Tonape18-Oct-05 20:29 
Hi,
For creating Restore point we use below structure,

typedef struct _RESTOREPTINFO {
DWORD dwEventType;
DWORD dwRestorePtType;
INT64 llSequenceNumber;
TCHAR szDescription[MAX_DESC];
} RESTOREPOINTINFO, *PRESTOREPOINTINFO

In it why is it necessary to specify 2nd param 'dwRestorePtType'
whatever I install or do... system shud take restore point...I think so...Do tell Ur comments... is there any specific reason???
coz if I dont set this parameter, system gives me error code-13 i.e DATA IS INVALID

thanks in advance
Supriya Tonape

-- modified at 2:30 Wednesday 19th October, 2005
AnswerRe: Restore Point Pin
Mircea Puiu18-Oct-05 21:31
Mircea Puiu18-Oct-05 21:31 
QuestionRe: Restore Point Pin
rajender_ms21-Jan-09 0:29
rajender_ms21-Jan-09 0:29 
QuestionDrive size Pin
aasstt18-Oct-05 20:22
aasstt18-Oct-05 20:22 
AnswerRe: Drive size Pin
David Crow19-Oct-05 3:36
David Crow19-Oct-05 3:36 
QuestionHELP -- An alternative to the getline function Pin
webHamlet18-Oct-05 19:34
webHamlet18-Oct-05 19:34 
AnswerRe: HELP -- An alternative to the getline function Pin
The NULL Developer18-Oct-05 21:12
professionalThe NULL Developer18-Oct-05 21:12 
AnswerRe: HELP -- An alternative to the getline function Pin
The NULL Developer19-Oct-05 17:57
professionalThe NULL Developer19-Oct-05 17:57 
QuestionSockets in Dll Pin
tobeymag18-Oct-05 19:24
tobeymag18-Oct-05 19:24 
AnswerRe: Sockets in Dll Pin
kakan18-Oct-05 19:29
professionalkakan18-Oct-05 19:29 
GeneralRe: Sockets in Dll Pin
tobeymag19-Oct-05 18:53
tobeymag19-Oct-05 18:53 
QuestionDo u agree... Pin
alex.barylski18-Oct-05 18:08
alex.barylski18-Oct-05 18:08 
AnswerRe: Do u agree... Pin
The NULL Developer18-Oct-05 18:19
professionalThe NULL Developer18-Oct-05 18:19 
AnswerRe: Do u agree... Pin
Christian Graus18-Oct-05 18:19
protectorChristian Graus18-Oct-05 18:19 
AnswerRe: Do u agree... Pin
Bob Stanneveld18-Oct-05 23:34
Bob Stanneveld18-Oct-05 23:34 
GeneralRe: Do u agree... Pin
vikas amin18-Oct-05 20:02
vikas amin18-Oct-05 20:02 
GeneralRe: Do u agree... Pin
Christian Graus20-Oct-05 9:40
protectorChristian Graus20-Oct-05 9:40 
QuestionProblem with BEGIN_EVENTSINK_MAP Pin
Eldon Zacek18-Oct-05 17:53
Eldon Zacek18-Oct-05 17:53 

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.